Go\Instrument\Transformer\FilterInjectorTransformerTest::testCanTransformWithBraces PHP Method

testCanTransformWithBraces() public method

    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);
    }