diff --git a/tests/Doctrine/Tests/ORM/LazyCriteriaCollectionTest.php b/tests/Doctrine/Tests/ORM/LazyCriteriaCollectionTest.php new file mode 100644 index 000000000..3c8ed473c --- /dev/null +++ b/tests/Doctrine/Tests/ORM/LazyCriteriaCollectionTest.php @@ -0,0 +1,22 @@ + + * + * @covers \Doctrine\ORM\LazyCriteriaCollection + */ +class LazyCriteriaCollectionTest extends PHPUnit_Framework_TestCase +{ + /** + * {@inheritDoc} + */ + protected function setUp() + { + + } +}