/** * @return bool */ public function isCli() { return Cli::check(); }
public function testCheck() { isTrue(Cli::check()); }