Go\Instrument\Transformer\FilterInjectorTransformerTest::testCanTransformWithBraces PHP 메소드

testCanTransformWithBraces() 공개 메소드

    public function testCanTransformWithBraces()
    {
        $this->metadata->source = file_get_contents(__DIR__ . '/_files/yii_style.php');
        self::$transformer->transform($this->metadata);
        $this->assertEquals(file_get_contents(__DIR__ . '/_files/yii_style_output.php'), $this->metadata->source);
    }