Skip to content

Commit

Permalink
- Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Oct 14, 2017
1 parent 3cdcb17 commit d856602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CompilerTestsCase.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ final class CompilerTestsCase extends AbstractTestCase
Assert::equal($collectionALink . $collectionBLink, $render->jsPrefetch());

$collectionALink = '<link rel="preload" as="script" href="' . self::ACTUAL_DIR . '/' . $collectionNameA . '.js?v=' . $version . '">';
$collectionALink = '<link rel="preload" as="script" href="' . self::ACTUAL_DIR . '/' . $collectionNameB . '.js?v=' . $version . '">';
$collectionBLink = '<link rel="preload" as="script" href="' . self::ACTUAL_DIR . '/' . $collectionNameB . '.js?v=' . $version . '">';
Assert::equal($collectionALink . $collectionBLink, $render->jsPreload());

$this->matchCssFile($collectionNameA);
Expand Down

0 comments on commit d856602

Please sign in to comment.