<?php require_once __DIR__ . '/PHPClassic/ClassicLoader.php'; use PHPClassic\ClassicLoader; ClassicLoader::addPath(__DIR__); ClassicLoader::register();
public function testGetExts() { $this->assertTrue(is_array(ClassicLoader::getExts())); }