assertSame('', $this->compiler->compileString('@csrf')); $this->assertSame('', $this->compiler->compileString("@method('patch')")); $this->assertSame('', $this->compiler->compileString('@dd($var1)')); $this->assertSame('', $this->compiler->compileString('@dd($var1, $var2)')); $this->assertSame('', $this->compiler->compileString('@dump($var1, $var2)')); } }