Mocking up tests for the lazy-criteria-collection
This commit is contained in:
parent
d6c727dcc1
commit
7cb40ed915
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…
x
Reference in New Issue
Block a user