Changeset 51404 for trunk/tests/phpunit/tests/pluggable.php
- Timestamp:
- 07/12/2021 10:35:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pluggable.php
r50916 r51404 63 63 $msg = 'Function: ' . $function . '()'; 64 64 $this->assertTrue( function_exists( $function ), $msg ); 65 $this->assert True( in_array( $function, $defined, true ), $msg );65 $this->assertContains( $function, $defined, $msg ); 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.