Mmoreram\RSQueueBundle\Tests\Factory\SerializerFactoryTest::testSimpleNotImplementingInterfaceFound PHP Method

testSimpleNotImplementingInterfaceFound() public method

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());
    }