log("Hello world"); $contents = file_get_contents($tmp); $this->assertStringContainsString("Hello world", $contents); } }