@@ -18,7 +18,6 @@ |
||
| 18 | 18 | use Symfony\Component\EventDispatcher\Event; |
| 19 | 19 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
| 20 | 20 | use Psr\Log\LoggerInterface; |
| 21 | -use Gabrieljmj\Should\Ambient\AmbientInterface; |
|
| 22 | 21 | use Gabrieljmj\Should\Template\TemplateInterface; |
| 23 | 22 | use Gabrieljmj\Should\Report\Report; |
| 24 | 23 | use Gabrieljmj\Should\Event\ExecutionEventInterface; |
@@ -47,6 +47,9 @@ |
||
| 47 | 47 | */ |
| 48 | 48 | private $assertList = []; |
| 49 | 49 | |
| 50 | + /** |
|
| 51 | + * @param string $name |
|
| 52 | + */ |
|
| 50 | 53 | public function __construct($name) |
| 51 | 54 | { |
| 52 | 55 | $this->name = $name; |