added order number to projects #107 (#108)

This commit is contained in:
Kevin Papst
2018-01-25 21:42:18 +01:00
committed by GitHub
parent 7f5b5ac254
commit 1958bb9d09
11 changed files with 76 additions and 87 deletions

View File

@@ -30,7 +30,7 @@ class TimesheetVoterTest extends TestCase
/**
* @dataProvider getTestData
*/
public function testCustomerIsDisallowed($user, $allow, $subject, $attributes, $result)
public function testCustomerIsDisallowed(User $user, $allow, $subject, $attributes, $result)
{
$token = new UsernamePasswordToken($user, 'foo', 'bar', $user->getRoles());