Skip to content

Commit 1c1b973

Browse files
committed
Upgrade to phpunit 8.0
1 parent 13c516c commit 1c1b973

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.phpunit.result.cache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C:30:"PHPUnit\Runner\TestResultCache":2183:{a:2:{s:7:"defects";a:4:{s:67:"Ayesh\PHP_Timer\Tests\StopwatchTest::testTimerStoppedValueRetention";i:6;s:57:"Ayesh\PHP_Timer\Tests\StopwatchTest::testTimerContiniuous";i:6;s:64:"Ayesh\PHP_Timer\Tests\StopwatchTest::testTimerMultipleStartCalls";i:6;s:54:"Ayesh\PHP_Timer\Tests\TimerTest::testValidSecondsCount";i:6;}s:5:"times";a:26:{s:67:"Ayesh\PHP_Timer\Tests\StopwatchTest::testTimerStoppedValueRetention";d:0.014;s:57:"Ayesh\PHP_Timer\Tests\StopwatchTest::testTimerContiniuous";d:0.001;s:64:"Ayesh\PHP_Timer\Tests\StopwatchTest::testTimerMultipleStartCalls";d:0;s:55:"Ayesh\PHP_Timer\Tests\TimerTest::testUnsupportedKeyType";d:0.001;s:55:"Ayesh\PHP_Timer\Tests\TimerTest::testStopValuesRetained";d:0.001;s:60:"Ayesh\PHP_Timer\Tests\TimerTest::testUnstoppedValuesContinue";d:0.001;s:66:"Ayesh\PHP_Timer\Tests\TimerTest::testIndividualTimersRunConcurrent";d:0.001;s:57:"Ayesh\PHP_Timer\Tests\TimerTest::testMultipleStartsQueued";d:0.002;s:63:"Ayesh\PHP_Timer\Tests\TimerTest::testMultipleStartCallsQueued_2";d:0.001;s:51:"Ayesh\PHP_Timer\Tests\TimerTest::testStopAndGoTimer";d:0;s:52:"Ayesh\PHP_Timer\Tests\TimerTest::testResetRestsTimer";d:0;s:56:"Ayesh\PHP_Timer\Tests\TimerTest::testTimerFormat_Seconds";d:0;s:60:"Ayesh\PHP_Timer\Tests\TimerTest::testTimerFormat_Unspecified";d:0;s:61:"Ayesh\PHP_Timer\Tests\TimerTest::testTimerFormat_Milliseconds";d:0;s:60:"Ayesh\PHP_Timer\Tests\TimerTest::testStopWithoutInitializing";d:0;s:54:"Ayesh\PHP_Timer\Tests\TimerTest::testValidSecondsCount";d:0;s:66:"Ayesh\PHP_Timer\Tests\TimerTest::testDenyAccessWithoutInitializing";d:0;s:57:"Ayesh\PHP_Timer\Tests\TimerTest2::testTimerDefaultRunning";d:0;s:55:"Ayesh\PHP_Timer\Tests\TimerTest2::testNamedTimerRunning";d:0;s:65:"Ayesh\PHP_Timer\Tests\TimerTest2::testUnknownTimerThrowsException";d:0;s:65:"Ayesh\PHP_Timer\Tests\TimerTest2::testMultipleStartsContinueTimer";d:0;s:51:"Ayesh\PHP_Timer\Tests\TimerTest2::testResetAllUnset";d:0;s:51:"Ayesh\PHP_Timer\Tests\TimerTest2::testResetAllReRun";d:0;s:54:"Ayesh\PHP_Timer\Tests\TimerTest2::testStopUnknownTimer";d:0;s:52:"Ayesh\PHP_Timer\Tests\TimerTest2::testStopKnownTimer";d:0;s:50:"Ayesh\PHP_Timer\Tests\TimerTest2::testTimerListGet";d:0;}}}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": "^7.2 || ^8.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^7.4",
20+
"phpunit/phpunit": "^8.0",
2121
"symfony/phpunit-bridge": "^4.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)