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

testJsonGet() public method

Tests Json serializer load
public testJsonGet ( )
    public function testJsonGet()
    {
        $serializerFactory = new SerializerFactory('Json');
        $this->assertInstanceOf('\\Mmoreram\\RSQueueBundle\\Serializer\\JsonSerializer', $serializerFactory->get());
    }