Example #1
0
 public function testOpened()
 {
     $this->pageFactory->shouldReceive('opened')->with($this->page)->once()->andReturn('OK');
     $this->assertEquals('OK', $this->page->opened());
 }