Initialize laravel app
This commit is contained in:
		
					parent
					
						
							
								44db6ce1d9
							
						
					
				
			
			
				commit
				
					
						a464ef4c0e
					
				
			
		
					 149 changed files with 10967 additions and 1464 deletions
				
			
		
							
								
								
									
										16
									
								
								tests/Unit/ExampleTest.php
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								tests/Unit/ExampleTest.php
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
<?php
 | 
			
		||||
 | 
			
		||||
namespace Tests\Unit;
 | 
			
		||||
 | 
			
		||||
use PHPUnit\Framework\TestCase;
 | 
			
		||||
 | 
			
		||||
class ExampleTest extends TestCase
 | 
			
		||||
{
 | 
			
		||||
    /**
 | 
			
		||||
     * A basic test example.
 | 
			
		||||
     */
 | 
			
		||||
    public function test_that_true_is_true(): void
 | 
			
		||||
    {
 | 
			
		||||
        $this->assertTrue(true);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue