/** * @test * * @expectedException InvalidArgumentException */ public function setUserNameWithEmptyUserNameThrowsException() { $this->subject->setUserName(''); }