1
0
mirror of synced 2025-01-09 18:47:10 +03:00
doctrine2/tests/Doctrine/Tests/ORM/LazyCriteriaCollectionTest.php
2014-05-17 18:45:33 +02:00

23 lines
370 B
PHP

<?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()
{
}
}