mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Unittesting
This commit is contained in:
		@@ -10,7 +10,7 @@ use PHPUnit\Framework\TestCase;
 | 
			
		||||
 | 
			
		||||
class VariableTest extends TestCase
 | 
			
		||||
{
 | 
			
		||||
    public function test(): void
 | 
			
		||||
    public function testGetterSetter(): void
 | 
			
		||||
    {
 | 
			
		||||
        $gd_prior = new GaussianDistribution();
 | 
			
		||||
        $var      = new Variable('dummy', $gd_prior);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user