8 lines
141 B
PHP
8 lines
141 B
PHP
<?php
|
|
class SampleTest extends \PHPUnit\Framework\TestCase
|
|
{
|
|
public function testOfTest() {
|
|
$this->assertTrue(true);
|
|
}
|
|
|
|
} |