/**
  * @test
  *
  * @expectedException InvalidArgumentException
  */
 public function contentElementMustHaveNoNonZeroUid()
 {
     $this->fixture->createContentElement(0, array('uid' => 99999));
 }