PHP Class AddTest

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

Public Methods

Method Description
test_add_item_creates_new_col_with_item ( )
test_adding_wrong_class_triggers_error ( )
test_can_add_subtypes ( )
test_can_odd_objects ( )
test_collect_supports_bool ( )
test_collect_supports_boolean ( )
test_collection_supports_arrays ( )
test_collection_supports_callables ( )
test_collection_supports_interfaces ( )
test_collection_supports_strings ( )
test_collection_supports_type_double ( )
test_collection_supports_type_float ( )
test_collection_supports_type_int ( )
test_collection_supports_type_integer ( )
test_collection_throws_ex_for_different_types ( )
test_collection_throws_ex_for_non_existent_type ( )

Method Details

test_add_item_creates_new_col_with_item() public method

test_adding_wrong_class_triggers_error() public method

test_can_add_subtypes() public method

test_can_odd_objects() public method

test_collect_supports_bool() public method

test_collect_supports_boolean() public method

test_collection_supports_arrays() public method

test_collection_supports_callables() public method

test_collection_supports_interfaces() public method

test_collection_supports_strings() public method

test_collection_supports_type_double() public method

test_collection_supports_type_float() public method

test_collection_supports_type_int() public method

test_collection_supports_type_integer() public method

test_collection_throws_ex_for_different_types() public method

test_collection_throws_ex_for_non_existent_type() public method