public function testCanGetAndSetUser() { $this->creds->setUser('del'); $this->assertEquals('del', $this->creds->getUser()); }