PHP 클래스 DropTest

상속: extends UnitTestCase
파일 보기 프로젝트 열기: danielgsims/php-collections

공개 메소드들

메소드 설명
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 ( )

메소드 상세

setup() 공개 메소드

public 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() 공개 메소드