Documentation

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

        
On this page

Search results