Mocking up tests for the lazy-criteria-collection
This commit is contained in:
parent
d6c727dcc1
commit
7cb40ed915
1 changed files with 22 additions and 0 deletions
22
tests/Doctrine/Tests/ORM/LazyCriteriaCollectionTest.php
Normal file
22
tests/Doctrine/Tests/ORM/LazyCriteriaCollectionTest.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
namespace Doctrine\Tests\ORM;
|
||||
|
||||
use Doctrine\Tests\Mocks\ConnectionMock;
|
||||
use PHPUnit_Framework_TestCase;
|
||||
|
||||
/**
|
||||
* @author Marco Pivetta <ocramius@gmail.com>
|
||||
*
|
||||
* @covers \Doctrine\ORM\LazyCriteriaCollection
|
||||
*/
|
||||
class LazyCriteriaCollectionTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
protected function setUp()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue