mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-28 12:11:08 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			125 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			125 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Tests;
 | |
| 
 | |
| /**
 | |
|  * A basic assert example.
 | |
|  */
 | |
| function assertExample(): void
 | |
| {
 | |
|     test()->assertTrue(true);
 | |
| }
 |