Mmoreram\RSQueueBundle\Tests\Factory\SerializerFactoryTest::testSimpleNotImplementingInterfaceFound PHP 메소드

testSimpleNotImplementingInterfaceFound() 공개 메소드

Tests class found with not implementation of SerializerInterface
    public function testSimpleNotImplementingInterfaceFound()
    {
        $serializerFactory = new SerializerFactory('\\Mmoreram\\RSQueueBundle\\Serializer\\PHPSerializer');
        $this->assertInstanceOf('\\Mmoreram\\RSQueueBundle\\Serializer\\PHPSerializer', $serializerFactory->get());
    }