File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -95,4 +95,43 @@ public function testSample10()
9595
9696 $ this ->assertInstanceOf ('PHPCensorTest \\Application ' , $ application );
9797 }
98+
99+ public function testSampleIncomplete ()
100+ {
101+ $ this ->markTestIncomplete (
102+ 'Incomplete test "testSampleIncomplete"! '
103+ );
104+
105+ $ application = new Application ();
106+
107+ sleep (10 );
108+
109+ $ this ->assertInstanceOf ('PHPCensorTest \\Application ' , $ application );
110+ }
111+
112+ public function testSampleIncomplete2 ()
113+ {
114+ $ this ->markTestIncomplete (
115+ 'Incomplete test "testSampleIncomplete2"! '
116+ );
117+
118+ $ application = new Application ();
119+
120+ sleep (10 );
121+
122+ $ this ->assertInstanceOf ('PHPCensorTest \\Application ' , $ application );
123+ }
124+
125+ public function testSampleIncomplete3 ()
126+ {
127+ $ this ->markTestIncomplete (
128+ 'Incomplete test "testSampleIncomplete2"! '
129+ );
130+
131+ $ application = new Application ();
132+
133+ sleep (10 );
134+
135+ $ this ->assertInstanceOf ('PHPCensorTest \\Application ' , $ application );
136+ }
98137}
You can’t perform that action at this time.
0 commit comments