From eb8d0203196fc85f80cdb710e0d4720b486e2332 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 8 Oct 2014 22:15:08 +0200 Subject: [PATCH] tests: typo --- .../{Debugger.autoloading.php => Debugger.autoloading.phpt} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Tracy/{Debugger.autoloading.php => Debugger.autoloading.phpt} (90%) diff --git a/tests/Tracy/Debugger.autoloading.php b/tests/Tracy/Debugger.autoloading.phpt similarity index 90% rename from tests/Tracy/Debugger.autoloading.php rename to tests/Tracy/Debugger.autoloading.phpt index aba3ec1fe..dea318947 100644 --- a/tests/Tracy/Debugger.autoloading.php +++ b/tests/Tracy/Debugger.autoloading.phpt @@ -4,7 +4,7 @@ * Test: Tracy\Debugger autoloading. * * @author David Grudl - * @outputMatch %A%Strict Standards: Declaration of B::test() should be compatible with A::test() in %A% + * @outputMatch %A%Strict Standards: Declaration of B::test() should be compatible %a% A::test() in %A% */ use Tracy\Debugger,