Home
last modified time | relevance | path

Searched refs:cleanWS (Results 1 – 8 of 8) sorted by relevance

/plugin/struct/_test/
H A DQueryBuilderWhereTest.php22 $this->cleanWS('(foo = foo)'),
23 $this->cleanWS($where->toSQL())
28 $this->cleanWS('(foo = foo AND bar = bar)'),
29 $this->cleanWS($where->toSQL())
34 $this->cleanWS('(foo = foo AND bar = bar)'),
35 $this->cleanWS($where->toSQL())
40 $this->cleanWS('(foo = foo AND bar = bar AND (zab = zab))'),
41 $this->cleanWS($where->toSQL())
46 $this->cleanWS('(foo = foo AND bar = bar AND (zab = zab OR fab = fab))'),
47 $this->cleanWS($where->toSQL())
[all …]
H A DQueryBuilderSelectTest.php32 $this->assertEquals($this->cleanWS($expectedSQL), $this->cleanWS($actual_sql));
50 $this->assertEquals($this->cleanWS($expectedSQL), $this->cleanWS($actual_sql));
66 $this->assertEquals($this->cleanWS($expectedSQL), $this->cleanWS($actual_sql));
H A DQueryBuilderOtherTest.php31 $this->assertEquals($this->cleanWS($expectedSQL), $this->cleanWS($actual_sql));
53 $this->assertEquals($this->cleanWS($expectedSQL), $this->cleanWS($actual_sql));
H A DAccessTableDataSQLTest.php111 $this->assertSame($this->cleanWS($expected_sql), $this->cleanWS($actual_sql), $msg);
H A DQueryBuilderFromTest.php35 $this->assertEquals($this->cleanWS($expectedSQL), $this->cleanWS($actual_sql));
H A DAccessTableDataReplacementTest.php197 $this->assertEquals($this->cleanWS($expected_where), $this->cleanWS($where), $msg);
H A DStructTest.php112 protected function cleanWS($string) function in dokuwiki\\plugin\\struct\\test\\StructTest
/plugin/struct/_test/types/
H A DTextTest.php145 $this->assertEquals($this->cleanWS($e_sql), $this->cleanWS($sql));