Disable test for travis

This commit is contained in:
Dennis Eichhorn 2018-08-11 15:25:17 +02:00
parent ac3711768c
commit ce469cbae3

View File

@ -25,7 +25,7 @@ class CronTest extends \PHPUnit\Framework\TestCase
public function testCRUD()
{
if (\stristr(PHP_OS, 'LINUX')) {
if (\stripos(PHP_OS, 'LINUX') !== false && \stripos(__DIR__, '/travis/') === false) {
self::assertTrue(Cron::guessBin());
$cron = new Cron();