예제 #1
0
 /**
  * @test
  *
  * @expectedException InvalidArgumentException
  */
 public function createBackEndUserWithNonZeroUidProvidedInRecordDataThrowsExeption()
 {
     $this->fixture->createBackEndUser(array('uid' => 999999));
 }