mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-04 06:23:17 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			200 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			200 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
use Tests\TestCase;
 | 
						|
use Illuminate\Foundation\Testing\RefreshDatabase;
 | 
						|
 | 
						|
uses(TestCase::class, RefreshDatabase::class)->in('Feature');
 | 
						|
uses(TestCase::class, RefreshDatabase::class)->in('Unit');
 |