athenahr/tests/Unit/ShouldCollectTest.php

19 lines
265 B
PHP
Raw Normal View History

<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ShouldCollectTest extends TestCase
{
/**
* A basic unit test example.
*
* @return void
*/
public function test_example()
{
$this->assertTrue(true);
}
}