Ejemplo n.º 1
0
 public function testModeOn()
 {
     $this->dispatcher->expects($this->once())->method('dispatch')->with($this->equalTo(Events::MAINTENANCE_ON));
     $this->assertTrue($this->mode->on());
 }