- Timestamp:
- 05/01/2014 10:33:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/xprofile/class-bp-xprofile-field-type.php
r8295 r8336 15 15 public function test_unregistered_field_type_returns_textbox() { 16 16 $field = bp_xprofile_create_field_type( 'fakeyfield' ); 17 $this->assertEquals( get_class( $field ), 'BP_XProfile_Field_Type_ Textbox' );17 $this->assertEquals( get_class( $field ), 'BP_XProfile_Field_Type_Placeholder' ); 18 18 } 19 19
Note: See TracChangeset
for help on using the changeset viewer.