Skip to content

Commit

Permalink
Fix testcase a42
Browse files Browse the repository at this point in the history
  • Loading branch information
nanosonde committed May 17, 2018
1 parent e1148e9 commit b68ff4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Test for parents with really long filenames.
?>
--FILE--
<?php
function __autoload($name) {
spl_autoload_register(function ($name) {
switch( $name ) {
case 'ezcDocumentWikiDokuwikiTokenizerTests':
require("a42-parent-errors-with-a-really-long-filename-that-causes-issues-and-things.phb");
Expand All @@ -21,7 +21,7 @@ function __autoload($name) {
require("a42-ezctestcase.php");
break;
}
}
});
$a = new ezcDocumentWikiDokuwikiTokenizerTests();
echo get_class($a), "\n";
exit;
Expand Down

0 comments on commit b68ff4b

Please sign in to comment.