/** * tests rendering the start of the file * * @group writer * @group sourcetest */ public function testFileStartIfSilent() { $this->object->setSilent(true); self::assertSame($this->object, $this->object->fileStart()); self::assertSame('', file_get_contents($this->file)); }