| Total Complexity | 2 | 
| Total Lines | 22 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 16 | class SQLFunctionTest extends TestCase | ||
| 17 | { | ||
| 18 | /** | ||
| 19 | * Tests if we can build a ltrim statement with SQLFunction | ||
| 20 | * | ||
| 21 | * @return null | ||
| 22 | */ | ||
| 23 | public function testOneArgumentBuildStatement() | ||
| 27 | } | ||
| 28 | |||
| 29 | /** | ||
| 30 | * Tests if we can build a to_date statement with SQLFunction | ||
| 31 | * | ||
| 32 | * @return null | ||
| 33 | */ | ||
| 34 | public function testTwoArgumentsBuildStatement() | ||
| 38 | } | ||
| 39 | } |