mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-1798 fix test ter
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"license" : "MIT",
|
||||
"version" : "0.1",
|
||||
"minimum-phraseanet-version": "3.8",
|
||||
"maximum-phraseanet-version": "4.1",
|
||||
"maximum-phraseanet-version": "4.2",
|
||||
"twig-paths": ["views", "twig-views"],
|
||||
"services" : [
|
||||
{
|
||||
|
@@ -97,7 +97,7 @@ class ConfigurationTesterTest extends AbstractSetupTester
|
||||
// Must return version + 1
|
||||
$app['phraseanet.version']->expects($this->any())
|
||||
->method('getNumber')
|
||||
->will($this->returnValue('4.1'));
|
||||
->will($this->returnValue('4.2'));
|
||||
|
||||
$tester = $this->getTester($app);
|
||||
|
||||
@@ -138,7 +138,7 @@ class ConfigurationTesterTest extends AbstractSetupTester
|
||||
*/
|
||||
$app['phraseanet.version']->expects($this->any())
|
||||
->method('getNumber')
|
||||
->will($this->returnValue('4.1'));
|
||||
->will($this->returnValue('4.2'));
|
||||
|
||||
$tester = $this->getTester($app);
|
||||
|
||||
|
Reference in New Issue
Block a user