File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Component/Process/Tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -744,8 +744,8 @@ public function testRestart()
744
744
}
745
745
746
746
/**
747
- * @expectedException Symfony\Component\Process\Exception\RuntimeException
748
- * @expectedExceptionMessage The process timed-out .
747
+ * @expectedException \ Symfony\Component\Process\Exception\ProcessTimedOutException
748
+ * @expectedExceptionMessage exceeded the timeout of 0.5 seconds .
749
749
*/
750
750
public function testRunProcessWithTimeout ()
751
751
{
@@ -783,8 +783,8 @@ public function testCheckTimeoutOnTerminatedProcess()
783
783
}
784
784
785
785
/**
786
- * @expectedException Symfony\Component\Process\Exception\RuntimeException
787
- * @expectedExceptionMessage The process timed-out .
786
+ * @expectedException \ Symfony\Component\Process\Exception\ProcessTimedOutException
787
+ * @expectedExceptionMessage exceeded the timeout of 0.5 seconds .
788
788
*/
789
789
public function testCheckTimeoutOnStartedProcess ()
790
790
{
You can’t perform that action at this time.
0 commit comments