BrowserTest::testIsHuman PHP Method

testIsHuman() public method

public testIsHuman ( )
    public function testIsHuman()
    {
        //Already Partially covered by PhpUserAgent tests
        //Make sure it recognizes the test as not human
        $this->assertFalse($this->grav['browser']->isHuman());
    }