Push updated tests.

This commit is contained in:
James Cole
2018-03-28 19:38:20 +02:00
parent be5c44af61
commit 0a71077513
55 changed files with 344 additions and 266 deletions

View File

@@ -140,8 +140,8 @@ class BillControllerTest extends TestCase
// data to submit:
$data = [
'name' => 'New bill #' . rand(1, 1000),
'match' => 'some,words,' . rand(1, 1000),
'name' => 'New bill #' . random_int(1, 1000),
'match' => 'some,words,' . random_int(1, 1000),
'amount_min' => '66.34',
'amount_max' => '45.67',
'date' => '2018-01-01',
@@ -184,8 +184,8 @@ class BillControllerTest extends TestCase
// data to submit:
$data = [
'name' => 'New bill #' . rand(1, 1000),
'match' => 'some,words,' . rand(1, 1000),
'name' => 'New bill #' . random_int(1, 1000),
'match' => 'some,words,' . random_int(1, 1000),
'amount_min' => '12.34',
'amount_max' => '45.67',
'date' => '2018-01-01',
@@ -222,8 +222,8 @@ class BillControllerTest extends TestCase
// data to submit:
$data = [
'name' => 'New bill #' . rand(1, 1000),
'match' => 'some,words,' . rand(1, 1000),
'name' => 'New bill #' . random_int(1, 1000),
'match' => 'some,words,' . random_int(1, 1000),
'amount_min' => '12.34',
'amount_max' => '45.67',
'date' => '2018-01-01',