Skip to content

Commit

Permalink
MDL-33436 include phpunit printer file from our lib.php
Browse files Browse the repository at this point in the history
The problem is that the phpunit.xml does not support relative links.
  • Loading branch information
skodak committed Jun 2, 2012
1 parent 4db0616 commit bd672f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/phpunit/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
require_once(__DIR__.'/classes/arraydataset.php');
require_once(__DIR__.'/classes/advanced_testcase.php');
require_once(__DIR__.'/classes/unittestcase.php');
require_once(__DIR__.'/classes/hint_resultprinter.php'); // Loaded here because phpunit.xml does not support relative links for printerFile

1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
strict="false"
verbose="false"
printerClass="Hint_ResultPrinter"
printerFile="lib/phpunit/classes/hint_resultprinter.php"
>

<php>
Expand Down

0 comments on commit bd672f7

Please sign in to comment.