setValue('session', \ElggSession::getMock()); } public function testCanConstructWithoutArguments() { $this->assertNotNull(new \ElggSite()); } }