1
0
mirror of synced 2025-01-19 15:01:40 +03:00

Mocking up tests for the lazy-criteria-collection

This commit is contained in:
Marco Pivetta 2014-05-17 18:45:33 +02:00
parent d6c727dcc1
commit 7cb40ed915

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