PHP Class DropTest

Inheritance: extends UnitTestCase
Afficher le fichier Open project: danielgsims/php-collections

Méthodes publiques

Méthode 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 méthode

public setup ( )

test_drop_all_but_last_item_gives_list_with_one_item() public méthode

test_drop_all_gives_empty_collection() public méthode

test_drop_one_returns_list_without_first_item() public méthode

test_drop_zero_returns_identical_col() public méthode