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