Tests: remove the require_once in the tests files

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3785 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-06-20 13:35:07 +00:00
parent b999bd7e5b
commit d63e3acbcb
5 changed files with 0 additions and 10 deletions

View File

@@ -1,7 +1,5 @@
<?php
require_once ("fts.php");
/** Test the FTS */
class test_fts extends PHPUnit_Framework_TestCase
{