diff options
author | Felipe Pena <felipe@php.net> | 2008-05-28 11:50:02 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-05-28 11:50:02 +0000 |
commit | 94181a6920e063126096fb00eb6a7f00cdd165ea (patch) | |
tree | d9ecd7b79325961d72c26c621f5dacb54a131cf4 | |
parent | d111366807e1d8386c337f2251476dcaa03d46d8 (diff) | |
download | php-git-94181a6920e063126096fb00eb6a7f00cdd165ea.tar.gz |
- Added XFAIL section in tests to issue under discussion
-rw-r--r-- | Zend/tests/access_modifiers_008.phpt | 2 | ||||
-rw-r--r-- | Zend/tests/access_modifiers_009.phpt | 2 |
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 |