CLIの場合、テストを省略
PHPUnit – The PHP Testing Framework
<?php if (PHP_SAPI == 'cli') { $this->markTestSkipped('Could not execute ' . __METHOD__ . ' in CLI'); }
PHPUnit – The PHP Testing Framework
<?php if (PHP_SAPI == 'cli') { $this->markTestSkipped('Could not execute ' . __METHOD__ . ' in CLI'); }