Changeset 35767
- Timestamp:
- 12/04/2015 04:40:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/speed-trap-listener.php
r35226 r35767 61 61 62 62 /** 63 * A warning occurred. 64 * 65 * @param PHPUnit_Framework_Test $test 66 * @param PHPUnit_Framework_Warning $e 67 * @param float $time 68 * @since Method available since Release 5.1.0 69 */ 70 public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) 71 { 72 } 73 74 /** 63 75 * A failure occurred. 64 76 *
Note: See TracChangeset
for help on using the changeset viewer.