@@ -3,8 +3,6 @@ |
||
| 3 | 3 | namespace spec\PhpSpec\Formatter\Html; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | - |
|
| 8 | 6 | use PhpSpec\IO\IOInterface; |
| 9 | 7 | |
| 10 | 8 | class TemplateSpec extends ObjectBehavior |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | 6 | use Prophecy\Argument; |
| 7 | - |
|
| 8 | 7 | use PhpSpec\Event\ExampleEvent; |
| 9 | 8 | use PhpSpec\Formatter\Html\IO; |
| 10 | 9 | use PhpSpec\Formatter\Html\ReportItem; |
@@ -208,6 +208,10 @@ |
||
| 208 | 208 | protected $trace; |
| 209 | 209 | protected $message; |
| 210 | 210 | |
| 211 | + /** |
|
| 212 | + * @param string $message |
|
| 213 | + * @param string $trace |
|
| 214 | + */ |
|
| 211 | 215 | public function __construct($message, $trace) |
| 212 | 216 | { |
| 213 | 217 | $this->message = $message; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\PhpSpec\Formatter; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | use PhpSpec\Formatter\Presenter\PresenterInterface; |
| 8 | 7 | use PhpSpec\IO\IOInterface; |
| 9 | 8 | use PhpSpec\Listener\StatisticsCollector; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\PhpSpec\Formatter\Presenter\Differ; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | |
| 8 | 7 | class ArrayEngineSpec extends ObjectBehavior |
| 9 | 8 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use PhpSpec\Formatter\Presenter\Exception\ExceptionElementPresenter; |
| 6 | 6 | use PhpSpec\ObjectBehavior; |
| 7 | -use Prophecy\Argument; |
|
| 8 | 7 | |
| 9 | 8 | class GenericPhpSpecExceptionPresenterSpec extends ObjectBehavior |
| 10 | 9 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace spec\PhpSpec\Formatter\Presenter\Exception; |
| 4 | 4 | |
| 5 | 5 | use PhpSpec\ObjectBehavior; |
| 6 | -use Prophecy\Argument; |
|
| 7 | 6 | |
| 8 | 7 | class HtmlPhpSpecExceptionPresenterSpec extends ObjectBehavior |
| 9 | 8 | { |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use PhpSpec\Formatter\Presenter\Value\ExceptionTypePresenter; |
| 6 | 6 | use PhpSpec\Formatter\Presenter\Value\ValuePresenter; |
| 7 | 7 | use PhpSpec\ObjectBehavior; |
| 8 | -use Prophecy\Argument; |
|
| 9 | 8 | |
| 10 | 9 | class SimpleExceptionElementPresenterSpec extends ObjectBehavior |
| 11 | 10 | { |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use PhpSpec\Formatter\Presenter\Exception\ExceptionElementPresenter; |
| 8 | 8 | use PhpSpec\Formatter\Presenter\Exception\PhpSpecExceptionPresenter; |
| 9 | 9 | use PhpSpec\ObjectBehavior; |
| 10 | -use Prophecy\Argument; |
|
| 11 | 10 | |
| 12 | 11 | class SimpleExceptionPresenterSpec extends ObjectBehavior |
| 13 | 12 | { |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use PhpSpec\Formatter\Presenter\Value\ExceptionTypePresenter; |
| 7 | 7 | use PhpSpec\Formatter\Presenter\Value\ValuePresenter; |
| 8 | 8 | use PhpSpec\ObjectBehavior; |
| 9 | -use Prophecy\Argument; |
|
| 10 | 9 | |
| 11 | 10 | class TaggingExceptionElementPresenterSpec extends ObjectBehavior |
| 12 | 11 | { |