fix tests (take #2)

This commit is contained in:
Antony Dovgal 2006-07-05 12:03:35 +00:00
parent 62d568c970
commit 81cf3b0d69
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ $obj = new test;
echo "Done\n"; echo "Done\n";
?> ?>
--EXPECTF-- --EXPECTF--
Fatal error: Call to protected test::__construct() from invalid context %s on line %d Fatal error: Call to protected test::__construct() from invalid context in %s on line %d

View File

@ -15,4 +15,4 @@ $obj = new test;
echo "Done\n"; echo "Done\n";
?> ?>
--EXPECTF-- --EXPECTF--
Fatal error: Call to private test::__construct() from invalid context %s on line %d Fatal error: Call to private test::__construct() from invalid context in %s on line %d