Skip to content

Commit

Permalink
Merge branch 'QA_4_7'
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jun 8, 2017
2 parents 61e02b4 + 3fe6c86 commit d2e2e96
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/classes/ScriptsTest.php
Expand Up @@ -183,7 +183,8 @@ public function testAddFile()
$hash => array(
'has_onload' => 1,
'filename' => 'common.js',
'before_statics' => false
'before_statics' => false,
'params' => array(),
)
);
$this->object->addFile($file);
Expand Down Expand Up @@ -211,12 +212,14 @@ public function testAddFiles()
'd7716810d825f4b55d18727c3ccb24e6' => array(
'has_onload' => 1,
'filename' => 'common.js',
'before_statics' => false
'before_statics' => false,
'params' => array(),
),
'347a57484fcd6ea6d8a125e6e1d31f78' => array(
'has_onload' => 1,
'filename' => 'sql.js',
'before_statics' => false
'before_statics' => false,
'params' => array(),
),
);
$this->object->addFiles($filenames);
Expand Down

0 comments on commit d2e2e96

Please sign in to comment.