Go\Core\GoAspectContainerTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $this->container = new GoAspectContainer();
        $this->container->set('kernel.options', []);
        $this->container->set('kernel.interceptFunctions', false);
    }