Skip to content

Commit 4e68fab

Browse files
committed
coding standards
1 parent f5a08d2 commit 4e68fab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/phpunit/tests/db.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,23 +132,23 @@ public function test_esc_like( $input, $expected ) {
132132

133133
public function data_esc_like() {
134134
return array(
135-
'single percent' => array(
135+
'single percent' => array(
136136
'howdy%',
137137
'howdy\\%',
138138
),
139-
'single underscore' => array(
139+
'single underscore' => array(
140140
'howdy_',
141141
'howdy\\_',
142142
),
143-
'single slash' => array(
143+
'single slash' => array(
144144
'howdy\\',
145145
'howdy\\\\',
146146
),
147-
'the works' => array(
147+
'the works' => array(
148148
'howdy\\howdy%howdy_',
149149
'howdy\\\\howdy\\%howdy\\_',
150150
),
151-
'plain text' => array(
151+
'plain text' => array(
152152
'howdy\'"[[]*#[^howdy]!+)(*&$#@!~|}{=--`/.,<>?',
153153
'howdy\'"[[]*#[^howdy]!+)(*&$#@!~|}{=--`/.,<>?',
154154
),

0 commit comments

Comments
 (0)