guard("api")->check()): ?> breeze '; $this->assertEquals($expected, $this->compiler->compileString($string)); } public function testPlainIfStatementsAreCompiled() { $string = '@auth breeze @endauth'; $expected = 'guard()->check()): ?> breeze '; $this->assertEquals($expected, $this->compiler->compileString($string)); } }