Skip to content

Commit

Permalink
Remove unused condition
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM authored and bwoebi committed Mar 9, 2023
1 parent 23ae40e commit a5494c1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ public function provideSpecs()
],
];

if (\getenv('DD_TRACE_TEST_SAPI') == 'apache2handler') { // i.e. with opcache

} else {
$specs['A GET request with an exception'][0]->setError();
}

return $this->buildDataProvider($specs);
}
}

0 comments on commit a5494c1

Please sign in to comment.