mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
fixTypo
This commit is contained in:
@@ -293,4 +293,4 @@ class LazaretFile
|
||||
$this->getCollection()->get_databox(), $this->getUuid()
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user