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