/** * Test `Is` Methods */ public function testIsMethods() { $this->assertTrue(Request::isHttp()); $this->assertFalse(Request::isCli()); }