summaryrefslogtreecommitdiff
path: root/Zend/tests/lsb_015.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/lsb_015.phpt')
-rw-r--r--Zend/tests/lsb_015.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/lsb_015.phpt b/Zend/tests/lsb_015.phpt
index ba293a2468..036c4d9517 100644
--- a/Zend/tests/lsb_015.phpt
+++ b/Zend/tests/lsb_015.phpt
@@ -1,5 +1,5 @@
--TEST--
-ZE2 Late Static Binding with exceptions
+ZE2 Late Static Binding with exceptions
--FILE--
<?php
function foo() {
@@ -11,7 +11,7 @@ class C {
}
public static function getException() {
return new Exception();
-
+
}
}
class A {