[Flow] Creating simple UnitTests (RestController)

Peter R peter at webschuppen.com
Wed Apr 2 14:09:48 CEST 2014


Now I changed
$jsonArray = array(
'username' => $user ->getUsername(),
'password' => $user ->getPassword()
);

to 

$jsonArray = array(
'username' => 'foo',
'password' => 'bar'
);

and refactor some errors in the controllers and the response is 200 :)


More information about the Flow mailing list