Example #1
0
 public function testIsNotActive()
 {
     unlink(self::$tmpFile);
     self::assertFalse($this->watcher->isActive());
     touch(self::$tmpFile);
 }