We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c0bc5 commit 664d7e8Copy full SHA for 664d7e8
Tests/ProcessorTest.php
@@ -115,8 +115,7 @@ public function testParameterHandling($testCaseName)
115
$this->setInteractionExpectations($testCase);
116
117
if (!empty($testCase['expect-exception'])) {
118
- $this->setExpectedException($testCase['expect-exception']);
119
- return;
+ $this->expectException($testCase['expect-exception']);
120
}
121
122
$this->processor->processFile($testCase['config']);
Tests/fixtures/testcases/exception_when_missing_false/setup.yml
@@ -7,4 +7,3 @@ config:
7
8
environment:
9
IC_TEST_PROVIDED: bar
10
-
0 commit comments