addFiles([$file]); $compiler->prepareFile($file); $compiler->convertFile($file); $reflection = new \ReflectionClass($compiler); $this->assertSame(0, $reflection->getProperty('indentLevel')->getValue($compiler)); } }