Changeset 41635 for trunk/tests/phpunit/tests/user/capabilities.php
- Timestamp:
- 09/28/2017 10:55:54 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/user/capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/capabilities.php
r41625 r41635 402 402 $this->assertNotEmpty( $function ); 403 403 404 $matched = preg_match_all( '/^[\t] case \'([^\']+)/m', $function[0], $cases );404 $matched = preg_match_all( '/^[\t]{1,2}case \'([^\']+)/m', $function[0], $cases ); 405 405 $this->assertNotEmpty( $matched ); 406 406 $this->assertNotEmpty( $cases );
Note: See TracChangeset
for help on using the changeset viewer.