diff options
Diffstat (limited to 'ext/dom/tests/DOMAttr_name_basic_001.phpt')
| -rw-r--r-- | ext/dom/tests/DOMAttr_name_basic_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/DOMAttr_name_basic_001.phpt b/ext/dom/tests/DOMAttr_name_basic_001.phpt index 29ca8c585e..44e0324ff3 100644 --- a/ext/dom/tests/DOMAttr_name_basic_001.phpt +++ b/ext/dom/tests/DOMAttr_name_basic_001.phpt @@ -11,4 +11,4 @@ $attr = new DOMAttr('category', 'books'); print $attr->name; ?> --EXPECT-- -category
\ No newline at end of file +category |
