assertTrue((new SinglePatternDetector()) ->setLogFile(new StringLogFile("You can detect this.")) ->setPattern('/detect/') ->detect() ); $this->assertFalse((new SinglePatternDetector()) ->setLogFile(new StringLogFile("You cannot detect this.")) ->setPattern('/missing/') ->detect() ); } }