We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e79fb commit 127b9cfCopy full SHA for 127b9cf
tests/system/Database/Live/EscapeTest.php
@@ -38,7 +38,7 @@ protected function setUp(): void
38
*
39
* @see https://github.com/codeigniter4/CodeIgniter4/issues/606
40
*/
41
- public function testEscapeProtectsNegativeNumbers()
+ public function testDoesNotEscapeNegativeNumbers()
42
{
43
$this->assertSame(-100, $this->db->escape(-100));
44
}
0 commit comments