Skip to content

Commit 75422a8

Browse files
author
Matt Gaunt
committed
Add checks
1 parent 58303bd commit 75422a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PushServiceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ class PushServiceTest extends PHPUnit_Framework_TestCase
3333
* detect current OS, we can probably run this automatically
3434
* for Linux and OS X at a later date.
3535
*/
36-
/**protected function checkRequirements()
36+
protected function checkRequirements()
3737
{
3838
parent::checkRequirements();
3939

4040
if (!(getenv('TRAVIS') || getenv('CI'))) {
4141
$this->markTestSkipped('This test does not run on Travis.');
4242
}
43-
}**/
43+
}
4444

4545
public static function setUpBeforeClass()
4646
{

0 commit comments

Comments
 (0)