mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			130 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			130 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
namespace DNW\Skills\Tests;
 | 
						|
 | 
						|
/**
 | 
						|
 * Empty wrapper for Unittests
 | 
						|
 */
 | 
						|
class TestCase extends \PHPUnit\Framework\TestCase
 | 
						|
{
 | 
						|
}
 |