PHP Class RestBundle\Tests\Controller\RestControllerTest

Author: Alfonso M. GarcĂ­a Astorga ([email protected])
Inheritance: extends Bazinga\Bundle\RestExtraBundle\Test\WebTestCase
Show file Open project: alfonsomga/symfony.demo.on.roids

Protected Properties

Property Type Description
$entityManager

Public Methods

Method Description
__construct ( )
getExampleCommentData ( )
getExampleCommentEntity ( )
getExamplePostData ( )
getExamplePostEntity ( )
testApiDocIndex ( )
testEditComment ( )
testEditPost ( )
testGetComment ( )
testGetComments ( )
testGetCommentsFromSpecificPost ( )
testGetPost ( )
testGetPosts ( )
testNewComment ( )
testNewPost ( )
testRemoveComment ( )
testRemovePost ( )
testResourcesIndex ( )
testResponseFormats ( )

Method Details

__construct() public method

public __construct ( )

getExampleCommentData() public method

getExampleCommentEntity() public method

getExamplePostData() public method

public getExamplePostData ( )

getExamplePostEntity() public method

testApiDocIndex() public method

public testApiDocIndex ( )

testEditComment() public method

public testEditComment ( )

testEditPost() public method

public testEditPost ( )

testGetComment() public method

public testGetComment ( )

testGetComments() public method

public testGetComments ( )

testGetCommentsFromSpecificPost() public method

testGetPost() public method

public testGetPost ( )

testGetPosts() public method

public testGetPosts ( )

testNewComment() public method

public testNewComment ( )

testNewPost() public method

public testNewPost ( )

testRemoveComment() public method

public testRemoveComment ( )

testRemovePost() public method

public testRemovePost ( )

testResourcesIndex() public method

public testResourcesIndex ( )

testResponseFormats() public method

public testResponseFormats ( )

Property Details

$entityManager protected property

protected $entityManager