. */ /** * Unit tests for the global functions in the file includes/functions/functions_charts.php */ class FunctionsChartsTest extends \PHPUnit_Framework_TestCase { /** * Test that the class exists */ public function testClassExists() { $this->assertTrue(class_exists('\Fisharebest\Webtrees\Functions\FunctionsCharts')); } }