Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
tests: fix collapsedPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jan 18, 2016
1 parent 90ae248 commit a1e45d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/DependencyInjection/MonologTracyExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ public function testCollapsePaths()
} catch (\Nella\MonologTracyBundle\DependencyInjection\UnsupportedException $e) {
if (!method_exists(BlueScreenFactory::class, 'registerCollapsePath')) {
$this->assertSame('Sorry "collapse_paths" are supported only for nella/monolog-tracy 1.2+', $e->getMessage());
$this->markTestIncomplete('nella/monolog-tracy 1.2 feature');
return;
} else {
throw $e;
}
}

Expand Down

0 comments on commit a1e45d1

Please sign in to comment.