コード例 #1
0
ファイル: JsonArrayTest.php プロジェクト: selimcr/servigases
 public function testReturnsBindingType()
 {
     $this->assertSame(\PDO::PARAM_STR, $this->type->getBindingType());
 }