Skip to content

Commit e585fd9

Browse files
committed
Format *.php code in tests
1 parent 593d722 commit e585fd9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/bootstrap.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,19 @@ public function __construct()
3030
$mapper = new TestMapper;
3131
$entityFactory = new DefaultEntityFactory;
3232

33-
function getFluent($table) {
33+
function getFluent($table)
34+
{
3435
global $connection;
3536
$fluent = new Fluent($connection);
3637
return $fluent->select('%n.*', $table)->from($table);
3738
}
3839

39-
function getQuery() {
40+
function getQuery()
41+
{
4042
return new Query;
4143
}
4244

43-
function id($instance) {
45+
function id($instance)
46+
{
4447
return $instance;
4548
}

0 commit comments

Comments
 (0)