This commit is contained in:
Nicolas Le Goff
2012-05-22 10:14:03 +02:00
parent 1fa6f36952
commit 775dfd42a8
3 changed files with 5 additions and 3 deletions

View File

@@ -293,4 +293,4 @@ class LazaretFile
$this->getCollection()->get_databox(), $this->getUuid() $this->getCollection()->get_databox(), $this->getUuid()
); );
} }
} }

View File

@@ -23,7 +23,7 @@ class LazaretFileRepository extends EntityRepository
{ {
/** /**
* Returns all basket for a given offset & limit * Returns all lazaret files for a given offset & limit
* *
* @param int $offset * @param int $offset
* @param int $limit * @param int $limit

View File

@@ -84,7 +84,7 @@ class LazaretTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
*/ */
public function testGetElement() public function testGetElement()
{ {
$this->markTestSkipped('Test response content'); $this->markTestSkipped('Route is not yet written');
$originalEm = $this->app['Core']['EM']; $originalEm = $this->app['Core']['EM'];
@@ -128,6 +128,8 @@ class LazaretTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
*/ */
public function testGetElementException() public function testGetElementException()
{ {
$this->markTestSkipped('Route is not yet written');
$originalEm = $this->app['Core']['EM']; $originalEm = $this->app['Core']['EM'];
$em = $this->getMock('Doctrine\ORM\EntityManager', array('find'), array(), '', false); $em = $this->getMock('Doctrine\ORM\EntityManager', array('find'), array(), '', false);