Skip to content

Commit fc54ad2

Browse files
committed
Mark phpdbg/xdebug specific tests with @requires
1 parent 341a8ec commit fc54ad2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/Common/Driver/StubTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class StubTest extends TestCase
2020
{
2121
/**
22-
* @requires OS Linux
22+
* @requires extension xdebug
2323
*/
2424
public function testGetterSetterXdebug()
2525
{
@@ -33,7 +33,7 @@ public function testGetterSetterXdebug()
3333
}
3434

3535
/**
36-
* @requires OS Linux
36+
* @requires extension xdebug
3737
*/
3838
public function testStartXdebug()
3939
{
@@ -47,7 +47,7 @@ public function testStartXdebug()
4747
}
4848

4949
/**
50-
* @requires OS Linux
50+
* @requires extension xdebug
5151
*/
5252
public function testStopXdebug()
5353
{
@@ -61,7 +61,7 @@ public function testStopXdebug()
6161
}
6262

6363
/**
64-
* @requires OS WIN
64+
* @requires extension phpdbg
6565
*/
6666
public function testGetterSetterPHPDBG()
6767
{
@@ -75,7 +75,7 @@ public function testGetterSetterPHPDBG()
7575
}
7676

7777
/**
78-
* @requires OS WIN
78+
* @requires extension phpdbg
7979
*/
8080
public function testStartPHPDBG()
8181
{
@@ -89,7 +89,7 @@ public function testStartPHPDBG()
8989
}
9090

9191
/**
92-
* @requires OS WIN
92+
* @requires extension phpdbg
9393
*/
9494
public function testStopPHPDBG()
9595
{

0 commit comments

Comments
 (0)