Exemplo n.º 1
0
 /**
  * Test running migration.
  *
  * @test
  */
 public function testTakeScreenshot()
 {
     // get events
     $screenshot = \Screenshot::take('http://www.twosuperior.co.uk');
     // has results
     $this->assertTrue((bool) $screenshot);
 }