cvs: ZendEngine2 /tests call_static_002.phpt call_static_003.phpt call_static_004.phpt call_static_007.phpt
[email protected] ("Zoe Slattery")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvszoe1230755651@cvsserver> |
zoe Wed Dec 31 20:34:11 2008 UTC
Modified files:
/ZendEngine2/tests call_static_003.phpt call_static_007.phpt
call_static_004.phpt call_static_002.phpt
Log:
removing xfail sections as test passes
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/call_static_003.phpt?r1=1.2&r2=1.3&diff_format=u
Index: ZendEngine2/tests/call_static_003.phpt
diff -u ZendEngine2/tests/call_static_003.phpt:1.2 ZendEngine2/tests/call_static_003.phpt:1.3
--- ZendEngine2/tests/call_static_003.phpt:1.2 Tue Jun 3 15:36:59 2008
+++ ZendEngine2/tests/call_static_003.phpt Wed Dec 31 20:34:11 2008
@@ -1,7 +1,5 @@
--TEST--
Testing method name case
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/call_static_007.phpt?r1=1.2&r2=1.3&diff_format=u
Index: ZendEngine2/tests/call_static_007.phpt
diff -u ZendEngine2/tests/call_static_007.phpt:1.2 ZendEngine2/tests/call_static_007.phpt:1.3
--- ZendEngine2/tests/call_static_007.phpt:1.2 Tue Jun 3 15:36:59 2008
+++ ZendEngine2/tests/call_static_007.phpt Wed Dec 31 20:34:11 2008
@@ -1,7 +1,5 @@
--TEST--
Testing __call and __callstatic
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/call_static_004.phpt?r1=1.2&r2=1.3&diff_format=u
Index: ZendEngine2/tests/call_static_004.phpt
diff -u ZendEngine2/tests/call_static_004.phpt:1.2 ZendEngine2/tests/call_static_004.phpt:1.3
--- ZendEngine2/tests/call_static_004.phpt:1.2 Tue Jun 3 15:36:59 2008
+++ ZendEngine2/tests/call_static_004.phpt Wed Dec 31 20:34:11 2008
@@ -1,7 +1,5 @@
--TEST--
Invalid method name in dynamic static call
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
--FILE--
<?php
http://cvs.php.net/viewvc.cgi/ZendEngine2/tests/call_static_002.phpt?r1=1.2&r2=1.3&diff_format=u
Index: ZendEngine2/tests/call_static_002.phpt
diff -u ZendEngine2/tests/call_static_002.phpt:1.2 ZendEngine2/tests/call_static_002.phpt:1.3
--- ZendEngine2/tests/call_static_002.phpt:1.2 Tue Jun 3 15:36:59 2008
+++ ZendEngine2/tests/call_static_002.phpt Wed Dec 31 20:34:11 2008
@@ -1,7 +1,5 @@
--TEST--
Testing __call and __callstatic with callbacks
---XFAIL--
-http://bugs.php.net/bug.php?id=45089
--FILE--
<?php