コード例 #1
0
 /**
  * @test
  *
  * @return void
  */
 public function sqlErrorNoWhenInsertIntoInexistentField()
 {
     $this->subject->exec_INSERTquery($this->testTable, ['test' => 'test']);
     $this->assertEquals(1054, $this->subject->sql_errno());
 }