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

testCanCreateServiceWithInvalidName() public méthode

    public function testCanCreateServiceWithInvalidName()
    {
        $sm = $this->createServiceManager();
        $this->assertFalse($this->factory->canCreate($sm, 'foo'));
    }