Issue #3388358: setPrefix when the param isn't a string
1 open thread
Merge request reports
Activity
added 1 commit
- b87171e6 - adding test case for non string prefix values
890 890 $this->assertInstanceOf(StatementPrefetch::class, $statement); 891 891 } 892 892 893 /** 894 * Trying a non string value as prefix. 895 */ 896 public function testNonStringPrefix() { changed this line in version 6 of the diff
Please register or sign in to reply