summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt')
-rw-r--r--ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt b/ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt
index 687fcad78c..2512e23e78 100644
--- a/ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt
+++ b/ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt
@@ -1,9 +1,7 @@
--TEST--
Doubly Linked List - offsetUnset > number elements
-
--CREDITS--
PHPNW Test Fest 2009 - Mat Griffin
-
--FILE--
<?php
$ll = new SplDoublyLinkedList();