assertSame(':c0 COLLATE utf8_general_ci', $expr->sql($binder)); $this->assertSame('testString', $binder->bindings()[':c0']['value']); $this->assertSame('string', $binder->bindings()[':c0']['type']); } }