Nelmio\Alice\Definition\Object\SimpleObjectTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->propRefl = (new \ReflectionClass(SimpleObject::class))->getProperty('instance');
        $this->propRefl->setAccessible(true);
    }