AcMailerTest\Controller\Plugin\SendMailPluginAbstractFactoryTest::testCanCreateServiceWithBaseName PHP Méthode

testCanCreateServiceWithBaseName() public méthode

    public function testCanCreateServiceWithBaseName()
    {
        $sm = $this->createServiceManager();
        $this->assertTrue($this->factory->canCreate($sm, 'sendMail'));
    }