<?php use PHPUnit\Framework\TestCase; class SampleTest extends TestCase { public function test_example() { $this->assertTrue(TRUE); } }