- Fix tests

This commit is contained in:
Felipe Pena 2010-07-31 22:10:43 +00:00
parent 30a8dcff1b
commit cb1d315b7d
3 changed files with 3 additions and 11 deletions

View File

@ -64,10 +64,7 @@ foreach ($classes as $class) {
?>
--EXPECTF--
Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line 26
Strict Standards: %s for class NewAndOldCtor in %s on line 31
Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line %d
Constructor of NewCtor: __construct
Constructor of ExtendsNewCtor: __construct
Constructor of OldCtor: OldCtor
@ -79,4 +76,4 @@ Constructor of C: C
Constructor of D1: __construct
Constructor of D2: C
No constructor for X
No constructor for Y
No constructor for Y

View File

@ -86,8 +86,6 @@ var_dump($methodInfo->isConstructor());
?>
--EXPECTF--
Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line %d
Strict Standards: %s for class NewAndOldCtor in %s on line %d
New-style constructor:
bool(true)

View File

@ -64,10 +64,7 @@ foreach ($classes as $class) {
?>
--EXPECTF--
Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line 26
Strict Standards: %s for class NewAndOldCtor in %s on line 31
Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line %d
Constructor of NewCtor: __construct
Constructor of ExtendsNewCtor: __construct
Constructor of OldCtor: OldCtor