Skip to content

Commit 2f2f921

Browse files
author
肖明昌
committed
fixed phpunit
1 parent f5c8442 commit 2f2f921

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

tests/Server/ApplicationTaskTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function testGetFramework()
3636

3737
/**
3838
* @expectedException Exception
39-
* @expectedExceptionMessage Not support framework "laravel".
39+
* @expectedExceptionMessage Not support framework "lartasaa".
4040
*/
4141
public function testSetFrameworkException()
4242
{

tests/Server/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testGetFramework()
3838

3939
/**
4040
* @expectedException Exception
41-
* @expectedExceptionMessage Not support framework "laravel".
41+
* @expectedExceptionMessage Not support framework "lartasaa".
4242
*/
4343
public function testSetFrameworkException()
4444
{

tests/Server/ManagerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ public function testRemovePidFile()
172172
public function testSetProcessName()
173173
{
174174
if (PHP_OS === 'Darwin') {
175+
$this->assertTrue(true);
175176
return;
176177
}
177178

0 commit comments

Comments
 (0)