wrapper = \FuzeWorks\Factory::getInstance('libraries')->get('mailer'); } public function testFoundation() { $this->assertInstanceOf(PHPMailerWrapper::class, $this->wrapper); } }