Elgg\Di\ServiceProviderTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $sp = _elgg_services();
        $sp->setValue('session', \ElggSession::getMock());
    }