diff --git a/lib/Doctrine/Entities/LazaretFile.php b/lib/Doctrine/Entities/LazaretFile.php index 39d5a0bab3..143e009bdd 100644 --- a/lib/Doctrine/Entities/LazaretFile.php +++ b/lib/Doctrine/Entities/LazaretFile.php @@ -293,4 +293,4 @@ class LazaretFile $this->getCollection()->get_databox(), $this->getUuid() ); } -} \ No newline at end of file +} diff --git a/lib/Doctrine/Repositories/LazaretFileRepository.php b/lib/Doctrine/Repositories/LazaretFileRepository.php index eef0e3bd9d..0320696963 100644 --- a/lib/Doctrine/Repositories/LazaretFileRepository.php +++ b/lib/Doctrine/Repositories/LazaretFileRepository.php @@ -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 $limit diff --git a/tests/Alchemy/Phrasea/Controller/Prod/LazaretTest.php b/tests/Alchemy/Phrasea/Controller/Prod/LazaretTest.php index 1f1ef7fa3d..d6da1327c1 100644 --- a/tests/Alchemy/Phrasea/Controller/Prod/LazaretTest.php +++ b/tests/Alchemy/Phrasea/Controller/Prod/LazaretTest.php @@ -84,7 +84,7 @@ class LazaretTest extends \PhraseanetWebTestCaseAuthenticatedAbstract */ public function testGetElement() { - $this->markTestSkipped('Test response content'); + $this->markTestSkipped('Route is not yet written'); $originalEm = $this->app['Core']['EM']; @@ -128,6 +128,8 @@ class LazaretTest extends \PhraseanetWebTestCaseAuthenticatedAbstract */ public function testGetElementException() { + $this->markTestSkipped('Route is not yet written'); + $originalEm = $this->app['Core']['EM']; $em = $this->getMock('Doctrine\ORM\EntityManager', array('find'), array(), '', false);