mirror of
https://github.com/furyfire/trueskill.git
synced 2025-05-06 03:47:46 +00: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