Assertions
Table of Contents
Methods
- assertFileContains() : void
- assertFileDoesNotContain() : void
Methods
assertFileContains()
protected
assertFileContains(string $filePath, string $needle) : void
Parameters
- $filePath : string
- $needle : string
assertFileDoesNotContain()
protected
assertFileDoesNotContain(string $filePath, string $needle) : void
Parameters
- $filePath : string
- $needle : string