fix tests

This commit is contained in:
Antony Dovgal 2006-07-05 12:02:16 +00:00
parent 6345105612
commit 62d568c970
2 changed files with 2 additions and 2 deletions

View file

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

View file

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