PHP Class DropTest

Inheritance: extends UnitTestCase
Show file Open project: danielgsims/php-collections

Public Methods

Method Description
setup ( )
test_drop_all_but_last_item_gives_list_with_one_item ( )
test_drop_all_gives_empty_collection ( )
test_drop_one_returns_list_without_first_item ( )
test_drop_zero_returns_identical_col ( )

Method Details

setup() public method

public setup ( )

test_drop_all_but_last_item_gives_list_with_one_item() public method

test_drop_all_gives_empty_collection() public method

test_drop_one_returns_list_without_first_item() public method

test_drop_zero_returns_identical_col() public method