Exemplo n.º 1
0
 public function handle(TestCommand $command)
 {
     TestRegistry::$wasTouched = true;
 }
Exemplo n.º 2
0
 public function setUp()
 {
     TestRegistry::$wasTouched = false;
     TestRegistry::$touches = 0;
 }