@@ -42,7 +42,7 @@ |
||
| 42 | 42 | new InputOption('foo'), |
| 43 | 43 | new InputOption('foobar', 'fb', InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY), |
| 44 | 44 | new InputArgument('name', InputArgument::REQUIRED), |
| 45 | - ]); |
|
| 45 | + ]); |
|
| 46 | 46 | |
| 47 | 47 | $interactor = $this->getMockBuilder(NewRelicInteractorInterface::class)->getMock(); |
| 48 | 48 | $interactor->expects($this->once())->method('setTransactionName')->with($this->equalTo('test:newrelic')); |