File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -38,53 +38,60 @@ public function should_return_full_pathname_to_config_file(): void
38
38
$ this ->assertFileExists ($ this ->printer ->getConfigurationFile ());
39
39
}
40
40
41
- /** @test */
41
+ /** @skip */
42
42
public function should_use_configuration_file (): void
43
43
{
44
44
$ this ->assertContains ('phpunit-printer.yml ' , $ this ->printer ->getConfigurationFile ());
45
45
$ this ->assertFileExists ($ this ->printer ->getConfigurationFile ());
46
46
}
47
47
48
- /** @test */
48
+ /** @skip */
49
49
public function should_throw_an_error ()
50
50
{
51
51
// this is toggled to assure failure testing and reporting
52
52
$ this ->assertTrue (true );
53
53
}
54
54
55
- /** @test */
55
+ /** @skip */
56
56
public function should_fail ()
57
57
{
58
58
$ this ->assertTrue (false );
59
+
59
60
}
60
61
61
- /** @test */
62
+ /** @skip */
62
63
public function should_fail_again ()
63
64
{
64
65
$ this ->assertTrue (false );
66
+
65
67
}
66
68
67
69
/** @skip */
68
70
public function should_skip ()
69
71
{
70
72
$ this ->markTestSkipped ();
73
+
71
74
}
72
75
73
76
/** @skip */
74
77
public function should_skip_another ()
75
78
{
76
79
$ this ->markTestSkipped ();
80
+
77
81
}
78
82
79
83
/** @skip */
80
84
public function should_be_incomplete ()
81
85
{
82
86
$ this ->markTestIncomplete ();
87
+
83
88
}
84
89
85
- /** @test */
90
+ /** @skip */
86
91
public function should_be_risky ()
87
92
{
88
93
$ this ->markAsRisky ();
94
+
89
95
}
96
+
90
97
}
You can’t perform that action at this time.
0 commit comments