Exemplo n.º 1
0
 /**
  * @test
  */
 public function cleanUpDiscardsFakeFrontEnd()
 {
     $this->subject->createFrontEndPage();
     $this->subject->createFakeFrontEnd();
     $this->subject->cleanUp();
     self::assertFalse($this->subject->hasFakeFrontEnd());
 }
Exemplo n.º 2
0
 /**
  * @test
  */
 public function cleanUpDiscardsFakeFrontEnd()
 {
     $this->fixture->createFakeFrontEnd();
     $this->fixture->cleanUp();
     $this->assertFalse($this->fixture->hasFakeFrontEnd());
 }