Beispiel #1
0
 /**
  * Tests Agent::is_robot()
  *
  * @test
  */
 public function test_is_robot()
 {
     $output = Agent::is_robot();
     $this->assertFalse($output);
 }