Unit tests - Fixed failing test

skala
Yannick Warnier 15 years ago
parent ba9bde9d74
commit 5eb7c7f2c0
  1. 4
      tests/main/inc/lib/debug.lib.inc.test.php

@ -32,7 +32,7 @@ class TestDebug extends UnitTestCase {
function test_debug_paths_is_string() {
ob_start();
Debug::paths();
Debug::debug_paths();
$res=ob_get_contents();
ob_end_clean();
//print_r($res);
@ -62,4 +62,4 @@ class TestDebug extends UnitTestCase {
$this->assertTrue(is_string($res));
}
}
?>
?>

Loading…
Cancel
Save