Example #1
0
 public function testReturnsBindingType()
 {
     $this->assertSame(\PDO::PARAM_STR, $this->type->getBindingType());
 }