assertFileExists( $file ); $contents = trim( file_get_contents( $file ) ); $this->assertFalse( strpos( $contents, 'sourceMappingURL' ), 'Presence of sourceMappingURL' ); } }