summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-05-28 11:50:02 +0000
committerFelipe Pena <felipe@php.net>2008-05-28 11:50:02 +0000
commit94181a6920e063126096fb00eb6a7f00cdd165ea (patch)
treed9ecd7b79325961d72c26c621f5dacb54a131cf4
parentd111366807e1d8386c337f2251476dcaa03d46d8 (diff)
downloadphp-git-94181a6920e063126096fb00eb6a7f00cdd165ea.tar.gz
- Added XFAIL section in tests to issue under discussion
-rw-r--r--Zend/tests/access_modifiers_008.phpt2
-rw-r--r--Zend/tests/access_modifiers_009.phpt2
2 files changed, 4 insertions, 0 deletions
diff --git a/Zend/tests/access_modifiers_008.phpt b/Zend/tests/access_modifiers_008.phpt
index 47d428b598..67886cfa7e 100644
--- a/Zend/tests/access_modifiers_008.phpt
+++ b/Zend/tests/access_modifiers_008.phpt
@@ -1,5 +1,7 @@
--TEST--
Inconsistencies when accessing protected members
+--XFAIL--
+Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
--FILE--
<?php
diff --git a/Zend/tests/access_modifiers_009.phpt b/Zend/tests/access_modifiers_009.phpt
index b377ce4d97..cb01fa13fb 100644
--- a/Zend/tests/access_modifiers_009.phpt
+++ b/Zend/tests/access_modifiers_009.phpt
@@ -1,5 +1,7 @@
--TEST--
Inconsistencies when accessing protected members - 2
+--XFAIL--
+Discussion: http://marc.info/?l=php-internals&m=120221184420957&w=2
--FILE--
<?php