mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fixes for tests.
This commit is contained in:
		| @@ -31,24 +31,6 @@ class LimitRepetition extends Ardent | ||||
|             'amount'    => 'numeric|required|min:0.01', | ||||
|         ]; | ||||
|  | ||||
|     /** | ||||
|      * @return array | ||||
|      */ | ||||
|     public static function factory() | ||||
|     { | ||||
|         $start = new \Carbon\Carbon; | ||||
|         $start->startOfMonth(); | ||||
|         $end = clone $start; | ||||
|         $end->endOfMonth(); | ||||
|  | ||||
|         return [ | ||||
|             'limit_id'  => 'factory|Limit', | ||||
|             'startdate' => $start, | ||||
|             'enddate'   => $end, | ||||
|             'amount'    => 100 | ||||
|         ]; | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @return array | ||||
|      */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user