| Current Path : /var/www/orgatec.wpress.dk/httpdocs/tests/ |
| Current File : /var/www/orgatec.wpress.dk/httpdocs/tests/SampleTest.php |
<?php
use PHPUnit\Framework\TestCase;
class SampleTest extends TestCase {
public function testSomething() {
$this->assertTrue(true);
}
}