plugin = Factory::getInstance('plugins')->get('authentication'); } public function testFoundation() { $this->assertInstanceOf(AuthenticationPlugin::class, $this->plugin); } }