]> granicus.if.org Git - php/commit
- New tests (testfest NorthWestUG)
authorFelipe Pena <felipe@php.net>
Sat, 23 May 2009 15:37:36 +0000 (15:37 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 23 May 2009 15:37:36 +0000 (15:37 +0000)
commit9708b01654f277c633f40161d8ea57f00b577d99
treef58ce457d51dd5fc2ac4ed9c455ab83a3323724d
parent1498bb45c8ff42938f77d3b8ec2b284bff03c903
- New tests (testfest NorthWestUG)
104 files changed:
ext/spl/tests/DirectoryIterator_getBasename_basic_test.phpt [new file with mode: 0644]
ext/spl/tests/DirectoryIterator_getBasename_pass_array.phpt [new file with mode: 0644]
ext/spl/tests/SplArray_fromArray.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_bottom_pass_array.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_bottom_pass_float.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_bottom_pass_integer.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_bottom_pass_null.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_count.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_current.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_current_empty.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_debug-info.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_getIteratorMode.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_getIteratorMode_error.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_isEmpty_empty-with-parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_isEmpty_empty.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_isEmpty_not-empty.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_lifoMode.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetExists_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetExists_success.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetGet_empty.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetGet_missing_param.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetGet_param_array.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetGet_param_string.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetSet_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetSet_one_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetUnset_greater_than_elements.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetUnset_negative-parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_pop_noParams.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_pop_params.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_push_missing_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_shift_noParams.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_top_pass_array.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_top_pass_float.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_top_pass_integer.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_top_pass_null.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublyLinkedList_unshift_missing_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublylinkedlist_offsetunset_first.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublylinkedlist_offsetunset_first002.phpt [new file with mode: 0644]
ext/spl/tests/SplDoublylinkedlist_offsetunset_last.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray__construct_param_array.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray__construct_param_float.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray__construct_param_null.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray__construct_param_string.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_construct_param_SplFixedArray.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_count_checkParams.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_count_param_int.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_current_param.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_001.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_fromArray_invalid_parameter_002.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_fromarray_indexes.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_fromarray_param_boolean.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_fromarray_param_multiarray.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_getSize_pass_param.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_key_param.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_key_setsize.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_next_param.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_offsetExists_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_offsetExists_less_than_zero.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_offsetGet_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_offsetSet_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_offsetSet_one_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_offsetUnset_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_offsetUnset_string.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_rewind_param.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setSize_filled_to_smaller.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setSize_param_array.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setSize_param_float.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setSize_param_null.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setSize_reduce.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setsize_001.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setsize_grow.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_setsize_shrink.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedArray_toArray_with-params.phpt [new file with mode: 0644]
ext/spl/tests/SplFixedarray_offsetExists_larger.phpt [new file with mode: 0644]
ext/spl/tests/SplHeap_count_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplHeap_extract_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplHeap_insert_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplHeap_isEmpty.phpt [new file with mode: 0644]
ext/spl/tests/SplHeap_isEmpty_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_addAll_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_attach_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_contains_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_current_empty_storage.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_detach_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_getInfo_empty_storage.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_offsetGet.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_offsetGet_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_offsetGet_missing_object.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_removeAll_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_setInfo_empty_storage.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_setInfo_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter1.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter2.phpt [new file with mode: 0644]
ext/spl/tests/SplObjectStorage_unserialize_invalid_parameter3.phpt [new file with mode: 0644]
ext/spl/tests/SplPriorityQueue_extract_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplPriorityQueue_insert_invalid_parameter.phpt [new file with mode: 0644]
ext/spl/tests/SplQueue_setIteratorMode.phpt [new file with mode: 0644]
ext/spl/tests/SplQueue_setIteratorMode_param_lifo.phpt [new file with mode: 0644]
ext/spl/tests/SplStack_setIteratorMode.phpt [new file with mode: 0644]