Skip to content

Commit

Permalink
Improve wording of text skip message
Browse files Browse the repository at this point in the history
  • Loading branch information
claar committed Feb 9, 2017
1 parent 328c277 commit 96363d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FormerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function testCloseCorrectlyRemoveInstances()

public function testCanUseFacadeWithoutContainer()
{
$this->markTestSkipped('Test currently failing, but I\m not sure if it matters. ' .
$this->markTestSkipped("Test currently failing, but I'm not sure how to fix or if it matters. " .
'If using Facade without a container is broken for you, please file an issue or PR with details.');

$text = Former::text('foo')->render();
Expand Down

0 comments on commit 96363d8

Please sign in to comment.