Skip to content
Snippets Groups Projects
Commit 3a9b26a4 authored by Laurent's avatar Laurent
Browse files

dev #7832 test fix

parent 84302385
Branches
Tags
4 merge requests!529Hotline 6.56,!512Master,!500Hotline 6.55,!494Dev#7832 profils url rewriting
......@@ -71,7 +71,6 @@ class MigrationFixture {
}
public static function mockFileSystemWithPhpScripts() {
Class_Migration_Patchs::setFileSystem(Storm_Test_ObjectWrapper::mock()
->whenCalled('glob')
->answers(['./cosmogramme/sql/patch/patch_03.sql',
......@@ -100,7 +99,7 @@ class MigrationFixture {
$mock_sql = Storm_Test_ObjectWrapper::mock();
$mock_sql->whenCalled('execute')
->with('update working; ')
->with('update working;')
->answers(true);
Zend_Registry::set('sql', $mock_sql);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment