File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919class 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 {
You can’t perform that action at this time.
0 commit comments