Skip to content

Commit

Permalink
#761 #762 renamed test class to better reflect its purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 13, 2017
1 parent de1551a commit 71c5590
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
use stdClass;

/**
* Test that identifier getter does not cause lazy loading. These tests make assumptions about the structure of LazyLoadableObjectWithTypehints
* Test that identifier getter does not cause lazy loading.
* These tests make assumptions about the structure of LazyLoadableObjectWithTypehints
*
* @author Marco Pivetta <ocramius@gmail.com>
* @author Jan Langer <jan.langer@slevomat.cz>
*/
class ProxyLogicTypehintsTest extends PHPUnit_Framework_TestCase
class ProxyLogicIdentifierGetterTest extends PHPUnit_Framework_TestCase
{
/**
* @dataProvider methodsForWhichLazyLoadingShouldBeDisabled
Expand Down

0 comments on commit 71c5590

Please sign in to comment.