*/ class BasicTest extends FunctionalTestCase { /** * @var array */ protected $testExtensionsToLoad = [ 'typo3conf/ext/chatbotui', ]; /** * Just a dummy to show that at least one test is actually executed * * @test */ public function dummy() { $this->assertTrue(true); } }