mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Changed App namespace to Infinito namespace
This commit is contained in:
		@@ -1,9 +1,9 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Tests\Unit;
 | 
			
		||||
namespace Infinito\Tests\Unit;
 | 
			
		||||
 | 
			
		||||
use App\Kernel;
 | 
			
		||||
use App\Tests\AbstractTestCase;
 | 
			
		||||
use Infinito\Kernel;
 | 
			
		||||
use Tests\AbstractTestCase;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * This tests just exist to keep the code covering high.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user