mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Expand test code.
This commit is contained in:
		| @@ -105,7 +105,7 @@ class UpdateControllerTest extends TestCase | ||||
|                 'fields'       => [ | ||||
|                     'currency_id' => ['test_value' => (string)$rand], | ||||
|                 ], | ||||
|                 'extra_ignore' => ['currency_code','currency_name','currency_symbol'], | ||||
|                 'extra_ignore' => ['currency_code', 'currency_name', 'currency_symbol'], | ||||
|             ], | ||||
|             'currency_code' => [ | ||||
|                 'id'           => 1, | ||||
| @@ -113,7 +113,7 @@ class UpdateControllerTest extends TestCase | ||||
|                 'fields'       => [ | ||||
|                     'currency_code' => ['test_value' => $currencies[$rand]], | ||||
|                 ], | ||||
|                 'extra_ignore' => ['currency_id','currency_name','currency_symbol'], | ||||
|                 'extra_ignore' => ['currency_id', 'currency_name', 'currency_symbol'], | ||||
|             ], | ||||
|             'start'         => [ | ||||
|                 'id'           => 1, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user