Changeset 10004 for trunk/tests/phpunit/testcases/xprofile/functions.php
- Timestamp:
- 07/10/2015 01:53:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/xprofile/functions.php
r9819 r10004 64 64 $f = $this->factory->xprofile_field->create( array( 65 65 'field_group_id' => $g, 66 'type' => 'textbox',67 66 ) ); 68 67 … … 103 102 $f = $this->factory->xprofile_field->create( array( 104 103 'field_group_id' => $g, 105 'type' => 'textbox',106 104 ) ); 107 105 … … 122 120 $f = $this->factory->xprofile_field->create( array( 123 121 'field_group_id' => $g, 124 'type' => 'textbox',125 122 ) ); 126 123 … … 140 137 $f = $this->factory->xprofile_field->create( array( 141 138 'field_group_id' => $g, 142 'type' => 'textbox',143 139 ) ); 144 140 … … 534 530 $f = $this->factory->xprofile_field->create( array( 535 531 'field_group_id' => $g, 536 'type' => 'textbox',537 532 'name' => 'Neato', 538 533 ) ); … … 559 554 $f = $this->factory->xprofile_field->create( array( 560 555 'field_group_id' => $g, 561 'type' => 'textbox',562 556 'name' => 'Kewl', 563 557 ) );
Note: See TracChangeset
for help on using the changeset viewer.