Exemplo n.º 1
0
 /**
  * @test
  *
  * @expectedException InvalidArgumentException
  */
 public function increaseRelationCounterThrowsExceptionOnInexistentFieldName()
 {
     $uid = $this->fixture->createRecord('tx_phpunit_test');
     $this->fixture->increaseRelationCounter('tx_phpunit_test', $uid, 'inexistent_column');
 }