Skip to content

Commit 1b3c79c

Browse files
committed
Added incomplete tests.
1 parent 7230272 commit 1b3c79c

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

tests/src/ApplicationTest.php

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)