Skip to content

Commit

Permalink
use different file names in different tests to run on HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jun 16, 2014
1 parent 106a078 commit 36fe23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function testActionCompress()
];
$bundleFile = $this->testFilePath . DIRECTORY_SEPARATOR . 'bundle.php';

$configFile = $this->testFilePath . DIRECTORY_SEPARATOR . 'config.php';
$configFile = $this->testFilePath . DIRECTORY_SEPARATOR . 'config2.php';
$this->createCompressConfigFile($configFile, $bundles);

// When :
Expand Down

0 comments on commit 36fe23d

Please sign in to comment.