Skip to content

Commit

Permalink
Fixed another failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
makallio85 committed Oct 9, 2017
1 parent b5556b7 commit eeafb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/View/Helper/UrlHelperTest.php
Expand Up @@ -275,7 +275,7 @@ public function testAssetTimestampPluginsAndThemes()
$this->assertRegExp('#/test_theme/js/theme.js\?[0-9]+$#', $result, 'Missing timestamp theme');

$result = $this->Helper->assetTimestamp('/test_theme/js/non_existant.js');
$this->assertRegExp('#/test_theme/js/non_existant.js\?$#', $result, 'No error on missing file');
$this->assertRegExp('#/test_theme/js/non_existant.js$#', $result, 'No error on missing file');
}

/**
Expand Down

0 comments on commit eeafb63

Please sign in to comment.