PHP Class Mmoreram\RSQueueBundle\Tests\Factory\SerializerFactoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: mmoreram/rsqueue-bundle

Méthodes publiques

Méthode Description
testJsonGet ( ) Tests Json serializer load
testNotImplementingInterfaceFound ( ) Tests class found with not implementation of SerializerInterface
testPHPGet ( ) Tests PHP serializer load
testSerializerNotFound ( ) Tests class or type not found
testSimpleNotImplementingInterfaceFound ( ) Tests class found with not implementation of SerializerInterface

Method Details

testJsonGet() public méthode

Tests Json serializer load
public testJsonGet ( )

testNotImplementingInterfaceFound() public méthode

Tests class found with not implementation of SerializerInterface

testPHPGet() public méthode

Tests PHP serializer load
public testPHPGet ( )

testSerializerNotFound() public méthode

Tests class or type not found

testSimpleNotImplementingInterfaceFound() public méthode

Tests class found with not implementation of SerializerInterface