mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Updated files for 4.7.5.2
This commit is contained in:
		| @@ -39,7 +39,7 @@ class CategoryIsTest extends TestCase | ||||
|         do { | ||||
|             $journal      = TransactionJournal::inRandomOrder()->whereNull('deleted_at')->first(); | ||||
|             $transactions = $journal->transactions()->count(); | ||||
|         } while ($transactions === 0); | ||||
|         } while ($transactions !== 2); | ||||
|  | ||||
|         $category = $journal->user->categories()->first(); | ||||
|         $journal->categories()->detach(); | ||||
| @@ -59,7 +59,7 @@ class CategoryIsTest extends TestCase | ||||
|         do { | ||||
|             $journal      = TransactionJournal::inRandomOrder()->whereNull('deleted_at')->first(); | ||||
|             $transactions = $journal->transactions()->count(); | ||||
|         } while ($transactions === 0); | ||||
|         } while ($transactions !== 2); | ||||
|  | ||||
|         $category      = $journal->user->categories()->first(); | ||||
|         $otherCategory = $journal->user->categories()->where('id', '!=', $category->id)->first(); | ||||
| @@ -80,7 +80,7 @@ class CategoryIsTest extends TestCase | ||||
|         do { | ||||
|             $journal      = TransactionJournal::inRandomOrder()->whereNull('deleted_at')->first(); | ||||
|             $transactions = $journal->transactions()->count(); | ||||
|         } while ($transactions === 0); | ||||
|         } while ($transactions !== 2); | ||||
|  | ||||
|         $transaction = $journal->transactions()->first(); | ||||
|         $category    = $journal->user->categories()->first(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user