Browse Source

fix tests

migration/RELEASE_1_0_0
Antony Dovgal 20 years ago
parent
commit
62d568c970
  1. 2
      tests/classes/factory_and_singleton_003.phpt
  2. 2
      tests/classes/factory_and_singleton_004.phpt

2
tests/classes/factory_and_singleton_003.phpt

@ -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

2
tests/classes/factory_and_singleton_004.phpt

@ -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
Loading…
Cancel
Save