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 5f92b6a commit cb5f51bCopy full SHA for cb5f51b
dev/tests/verification/Resources/ChildExtendedTestNoParent.txt
@@ -34,6 +34,6 @@ class ChildExtendedTestNoParentCest
34
*/
35
public function ChildExtendedTestNoParent(AcceptanceTester $I, \Codeception\Scenario $scenario)
36
{
37
- $scenario->skip("This test is skipped");
+ $scenario->skip("This test is skipped due to the following issues:\nNo issues have been specified.");
38
}
39
dev/tests/verification/Resources/MergeSkip.txt
@@ -29,6 +29,6 @@ class MergeSkipCest
29
30
public function MergeSkip(AcceptanceTester $I, \Codeception\Scenario $scenario)
31
32
+ $scenario->skip("This test is skipped due to the following issues:\nIssue5");
33
0 commit comments