Skip to content

Commit

Permalink
New draft of 50th.
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenori-wasa committed Feb 17, 2015
1 parent aa53f43 commit dfd731f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pear-Package/tests/PEAR/ExampleTestSimple.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function testSomething_A()
// spl_autoload_register('\ExampleTestSimple::loadClass', true, true); // We must not register "loadClass" function at top of stack by "spl_autoload_register()". (Autodetects)
//
// include_once __DIR__ . '/AFile.php'; // We must not include a file because "loadClass" is only once per file. (Cannot detect!)
if (BU::markTestSkippedInDebug()) {
if (parent::markTestSkippedInDebug()) {
return;
}

Expand Down

0 comments on commit dfd731f

Please sign in to comment.