| @@ 117-124 (lines=8) @@ | ||
| 114 | $this->play(__FUNCTION__, func_get_args()); |
|
| 115 | } |
|
| 116 | ||
| 117 | public function startTestSuite(PHPUnit_Framework_TestSuite $suite) |
|
| 118 | { |
|
| 119 | $this->replay[] = [ |
|
| 120 | 'method' => __FUNCTION__, |
|
| 121 | 'args' => func_get_args() |
|
| 122 | ]; |
|
| 123 | $this->play(__FUNCTION__, func_get_args()); |
|
| 124 | } |
|
| 125 | ||
| 126 | public function endTestSuite(PHPUnit_Framework_TestSuite $suite) |
|
| 127 | { |
|
| @@ 126-133 (lines=8) @@ | ||
| 123 | $this->play(__FUNCTION__, func_get_args()); |
|
| 124 | } |
|
| 125 | ||
| 126 | public function endTestSuite(PHPUnit_Framework_TestSuite $suite) |
|
| 127 | { |
|
| 128 | $this->replay[] = [ |
|
| 129 | 'method' => __FUNCTION__, |
|
| 130 | 'args' => func_get_args() |
|
| 131 | ]; |
|
| 132 | $this->play(__FUNCTION__, func_get_args()); |
|
| 133 | } |
|
| 134 | ||
| 135 | public function startTest(PHPUnit_Framework_Test $test) |
|
| 136 | { |
|