We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593d722 commit e585fd9Copy full SHA for e585fd9
1 file changed
tests/bootstrap.php
@@ -30,16 +30,19 @@ public function __construct()
30
$mapper = new TestMapper;
31
$entityFactory = new DefaultEntityFactory;
32
33
-function getFluent($table) {
+function getFluent($table)
34
+{
35
global $connection;
36
$fluent = new Fluent($connection);
37
return $fluent->select('%n.*', $table)->from($table);
38
}
39
-function getQuery() {
40
+function getQuery()
41
42
return new Query;
43
44
-function id($instance) {
45
+function id($instance)
46
47
return $instance;
48
0 commit comments