mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Disable test for travis
This commit is contained in:
parent
ac3711768c
commit
ce469cbae3
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user