mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-17 01:57:00 +02:00
9 lines
No EOL
152 B
PHP
9 lines
No EOL
152 B
PHP
<?php
|
|
|
|
class SampleTest extends \PHPUnit\Framework\TestCase
|
|
{
|
|
public function testTrueAssertsToTrue()
|
|
{
|
|
$this->assertTrue(true);
|
|
}
|
|
} |