Fixed test

This commit is contained in:
Xinchen Hui 2015-11-23 18:33:14 +08:00
parent 51ccc88b87
commit 45c5e27183

View File

@ -13,10 +13,10 @@ trait T {
}
}
class Bar extends Foo
class B extends Foo
{
use T;
}
?>
--EXPECTF--
Strict Standards: Declaration of T::bar() should be compatible with Foo::bar($a = 'Foo') in %sbug70957.php on line %d
Warning: Declaration of T::bar() should be compatible with Foo::bar($a = 'Foo') in %sbug70957.php on line %d