Changeset 63303
- Timestamp:
- 08/15/2026 11:40:37 PM (17 hours ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 2 edited
-
pomo/pluralForms.php (modified) (1 diff)
-
rest-api/rest-server.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/pluralForms.php
r62174 r63303 234 234 ->method( 'execute' ) 235 235 ->with( $this->identicalTo( 2 ) ) 236 ->will ( $this->returnValue( 1 ));236 ->willReturn( 1 ); 237 237 238 238 $first = $mock->get( 2 ); -
trunk/tests/phpunit/tests/rest-api/rest-server.php
r62806 r63303 653 653 $stub->expects( $this->once() ) 654 654 ->method( 'set_status' ) 655 ->with( $this->equalTo( 400 ));655 ->with( 400 ); 656 656 657 657 $data = array(
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)