Fix tests

This commit is contained in:
Nicolas Le Goff
2013-12-05 14:21:50 +01:00
parent 49744c5e2f
commit b341495c88
122 changed files with 963 additions and 3454 deletions

View File

@@ -56,7 +56,7 @@ class OrderRepository extends EntityRepository
}
if ($sort === 'user') {
$qb->orderBy('o.userId', 'ASC');
$qb->orderBy('o.user', 'ASC');
} elseif ($sort === 'usage') {
$qb->orderBy('o.orderUsage', 'ASC');
} else {