mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 04:58:40 +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()
|
public function testCRUD()
|
||||||
{
|
{
|
||||||
if (\stristr(PHP_OS, 'LINUX')) {
|
if (\stripos(PHP_OS, 'LINUX') !== false && \stripos(__DIR__, '/travis/') === false) {
|
||||||
self::assertTrue(Cron::guessBin());
|
self::assertTrue(Cron::guessBin());
|
||||||
$cron = new Cron();
|
$cron = new Cron();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user