Go\Aop\Support\TruePointFilterTest::setUp PHP 메소드

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( )
    protected function setUp()
    {
        $this->filter = TruePointFilter::getInstance();
    }
TruePointFilterTest