From 11d4f7686b41d70147a627205742cef9811eac32 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 5 Dec 2019 12:24:05 +0000 Subject: [PATCH] Update the Test class name to be the same as the file git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5794 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- Tests/authTest.php | 2 +- Tests/authhtpasswdTest.php | 2 +- Tests/authsympaTest.php | 2 +- Tests/authzgroupsTest.php | 2 +- Tests/authzgroupsooTest.php | 2 +- Tests/cachefileTest.php | 2 +- Tests/certificationauthorityTest.php | 2 +- Tests/configTest.php | 2 +- Tests/convertTest.php | 2 +- Tests/csrfTest.php | 2 +- Tests/dbjsonTest.php | 2 +- Tests/dblayerComplet.php | 2 +- Tests/dblayerauthzgroupsTest.php | 2 +- Tests/dblayerooComplet.php | 2 +- Tests/fileTest.php | 2 +- Tests/ftsTest.php | 2 +- Tests/getoptsTest.php | 2 +- Tests/inifileTest.php | 2 +- Tests/ipaddressesTest.php | 2 +- Tests/jwtTest.php | 2 +- Tests/macaddressesTest.php | 2 +- Tests/mailTest.php | 2 +- Tests/markdownTest.php | 2 +- Tests/outputdlTest.php | 2 +- Tests/outputhtmlTest.php | 2 +- Tests/outputjsonTest.php | 2 +- Tests/passwordTest.php | 2 +- Tests/queueTest.php | 2 +- Tests/queuefileTest.php | 2 +- Tests/ratelimitTest.php | 2 +- Tests/ratelimitfileTest.php | 2 +- Tests/robotstxtTest.php | 2 +- Tests/routeTest.php | 2 +- Tests/rssTest.php | 2 +- Tests/sitemapTest.php | 2 +- Tests/tcpclientTest.php | 2 +- Tests/userssqlTest.php | 2 +- Tests/uuidTest.php | 2 +- Tests/verifyTest.php | 2 +- Tests/xdiffTest.php | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/Tests/authTest.php b/Tests/authTest.php index 4b0da7c..1581490 100644 --- a/Tests/authTest.php +++ b/Tests/authTest.php @@ -1,7 +1,7 @@ */ /** Test the authhtpasswd.php file */ -class test_authhtpasswd extends PHPUnit_Framework_TestCase +class authhtpasswdTest extends PHPUnit_Framework_TestCase { public function test_clean () { diff --git a/Tests/authsympaTest.php b/Tests/authsympaTest.php index ed9073a..434c012 100644 --- a/Tests/authsympaTest.php +++ b/Tests/authsympaTest.php @@ -1,7 +1,7 @@ */ /** Test the authzgroups.php file */ -class test_authzgroups extends PHPUnit_Framework_TestCase +class authzgroupsTest extends PHPUnit_Framework_TestCase { private $dbconfig = array ( "dsn" => "sqlite:/tmp/databaseAuthzGroups.db", diff --git a/Tests/authzgroupsooTest.php b/Tests/authzgroupsooTest.php index 88d3998..183f8a4 100644 --- a/Tests/authzgroupsooTest.php +++ b/Tests/authzgroupsooTest.php @@ -5,7 +5,7 @@ */ /** Test the authzgroupsoo.php file */ -class test_authzgroupsoo extends PHPUnit_Framework_TestCase +class authzgroupsooTest extends PHPUnit_Framework_TestCase { private $dbconfig = array ( "dsn" => "sqlite:/tmp/databaseAuthzGroupsoo.db", diff --git a/Tests/cachefileTest.php b/Tests/cachefileTest.php index 712f9f5..356b46b 100644 --- a/Tests/cachefileTest.php +++ b/Tests/cachefileTest.php @@ -4,7 +4,7 @@ @author Dominique Fournier */ /** Test the cache.php file */ -class test_cachefile extends PHPUnit_Framework_TestCase +class cachefileTest extends PHPUnit_Framework_TestCase { public function testInit () { diff --git a/Tests/certificationauthorityTest.php b/Tests/certificationauthorityTest.php index 983cbdc..ba63341 100644 --- a/Tests/certificationauthorityTest.php +++ b/Tests/certificationauthorityTest.php @@ -2,7 +2,7 @@ /** Test the certification Authority */ -class test_certificationauthority extends PHPUnit_Framework_TestCase +class certificationauthorityTest extends PHPUnit_Framework_TestCase { public function test_createCA_1 () { diff --git a/Tests/configTest.php b/Tests/configTest.php index e68657c..2be8ece 100644 --- a/Tests/configTest.php +++ b/Tests/configTest.php @@ -4,7 +4,7 @@ @author Dominique Fournier */ /** Test the config.php file */ -class test_config extends PHPUnit_Framework_TestCase +class configTest extends PHPUnit_Framework_TestCase { public function test_ExternFile () diff --git a/Tests/convertTest.php b/Tests/convertTest.php index ed276bc..1211346 100644 --- a/Tests/convertTest.php +++ b/Tests/convertTest.php @@ -1,7 +1,7 @@ */ -class test_dblayer_{ENGINE} extends PHPUnit_Framework_TestCase +class dblayerTest{ENGINE} extends PHPUnit_Framework_TestCase { // Test with column name 'group', 'object', 'where', 'with space' // Test with table name 'group', 'object', 'where', 'with space' diff --git a/Tests/dblayerauthzgroupsTest.php b/Tests/dblayerauthzgroupsTest.php index 5b05b14..e5cbc69 100644 --- a/Tests/dblayerauthzgroupsTest.php +++ b/Tests/dblayerauthzgroupsTest.php @@ -3,7 +3,7 @@ @package domframework @author Dominique Fournier */ -class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase +class dblayerauthzgroupsTest extends PHPUnit_Framework_TestCase { public $confs = array ( "sqlite" => array ( diff --git a/Tests/dblayerooComplet.php b/Tests/dblayerooComplet.php index 33e0039..1b9c204 100644 --- a/Tests/dblayerooComplet.php +++ b/Tests/dblayerooComplet.php @@ -3,7 +3,7 @@ @package domframework @author Dominique Fournier */ -class test_dblayeroo_{ENGINE} extends PHPUnit_Framework_TestCase +class dblayerooTest{ENGINE} extends PHPUnit_Framework_TestCase { // Test with column name 'group', 'object', 'where', 'with space' // Test with table name 'group', 'object', 'where', 'with space' diff --git a/Tests/fileTest.php b/Tests/fileTest.php index 2cdfe27..e8ddb23 100644 --- a/Tests/fileTest.php +++ b/Tests/fileTest.php @@ -4,7 +4,7 @@ @author Dominique Fournier */ /** Test the domframework file part */ -class test_file extends PHPUnit_Framework_TestCase +class fileTest extends PHPUnit_Framework_TestCase { public function testinit () { diff --git a/Tests/ftsTest.php b/Tests/ftsTest.php index c636d91..2d382f2 100644 --- a/Tests/ftsTest.php +++ b/Tests/ftsTest.php @@ -1,7 +1,7 @@ */ /** Test the outputjson.php file */ -class test_inifile extends PHPUnit_Framework_TestCase +class inifileTest extends PHPUnit_Framework_TestCase { public function testsetString001 () { diff --git a/Tests/ipaddressesTest.php b/Tests/ipaddressesTest.php index ec13193..3f96f42 100644 --- a/Tests/ipaddressesTest.php +++ b/Tests/ipaddressesTest.php @@ -4,7 +4,7 @@ @author Dominique Fournier */ /** Test the ipaddresses.php file */ -class test_ipaddresses extends PHPUnit_Framework_TestCase +class ipaddressesTest extends PHPUnit_Framework_TestCase { public function test_validIPAddress1 () { diff --git a/Tests/jwtTest.php b/Tests/jwtTest.php index 3116c12..ab985e1 100644 --- a/Tests/jwtTest.php +++ b/Tests/jwtTest.php @@ -5,7 +5,7 @@ */ /** Test the jwt.php file */ -class test_jwt extends PHPUnit_Framework_TestCase +class jwtTest extends PHPUnit_Framework_TestCase { public function test_createKey_1 () { diff --git a/Tests/macaddressesTest.php b/Tests/macaddressesTest.php index 1cddf08..f29c582 100644 --- a/Tests/macaddressesTest.php +++ b/Tests/macaddressesTest.php @@ -5,7 +5,7 @@ */ /** Test the macaddresses.php file */ -class test_macaddresses extends PHPUnit_Framework_TestCase +class macaddressesTest extends PHPUnit_Framework_TestCase { public function test_isMACAddress_1 () { diff --git a/Tests/mailTest.php b/Tests/mailTest.php index f402844..919355b 100644 --- a/Tests/mailTest.php +++ b/Tests/mailTest.php @@ -4,7 +4,7 @@ @author Dominique Fournier */ /** Test the mail.php file */ -class test_mail extends PHPUnit_Framework_TestCase +class mailTest extends PHPUnit_Framework_TestCase { public function test_setBodyText1 () { diff --git a/Tests/markdownTest.php b/Tests/markdownTest.php index 849159b..a771024 100644 --- a/Tests/markdownTest.php +++ b/Tests/markdownTest.php @@ -4,7 +4,7 @@ @author Dominique Fournier */ /** Test the outputjson.php file */ -class test_markdown extends PHPUnit_Framework_TestCase +class markdownTest extends PHPUnit_Framework_TestCase { // TitleSeText public function testTitleSeText1 () diff --git a/Tests/outputdlTest.php b/Tests/outputdlTest.php index e3693fe..bfabc41 100644 --- a/Tests/outputdlTest.php +++ b/Tests/outputdlTest.php @@ -5,7 +5,7 @@ */ /** Test the outputdl.php file */ -class test_outputdl extends PHPUnit_Framework_TestCase +class outputdlTest extends PHPUnit_Framework_TestCase { public function test_outputdl_init () { diff --git a/Tests/outputhtmlTest.php b/Tests/outputhtmlTest.php index 46d9e57..c12f8fe 100644 --- a/Tests/outputhtmlTest.php +++ b/Tests/outputhtmlTest.php @@ -4,7 +4,7 @@ @author Dominique Fournier */ /** Test the outputhtml.php file */ -class test_outputhtml extends PHPUnit_Framework_TestCase +class outputhtmlTest extends PHPUnit_Framework_TestCase { /** Entry null */ public function testlayout1 () diff --git a/Tests/outputjsonTest.php b/Tests/outputjsonTest.php index ee79c3b..5310e77 100644 --- a/Tests/outputjsonTest.php +++ b/Tests/outputjsonTest.php @@ -4,7 +4,7 @@ @author Dominique Fournier */ /** Test the outputjson.php file */ -class test_outputjson extends PHPUnit_Framework_TestCase +class outputjsonTest extends PHPUnit_Framework_TestCase { /** Entry null */ public function testoutputjson1 () diff --git a/Tests/passwordTest.php b/Tests/passwordTest.php index b0f9264..10a4161 100644 --- a/Tests/passwordTest.php +++ b/Tests/passwordTest.php @@ -1,7 +1,7 @@ */ /** Test the route.php file */ -class test_route extends PHPUnit_Framework_TestCase +class routeTest extends PHPUnit_Framework_TestCase { /// RELATIVE /// /** Entry null */ diff --git a/Tests/rssTest.php b/Tests/rssTest.php index 3d6f162..7d37535 100644 --- a/Tests/rssTest.php +++ b/Tests/rssTest.php @@ -1,7 +1,7 @@ */ /** Test the userssql.php file */ -class test_userssql extends PHPUnit_Framework_TestCase +class userssqlTest extends PHPUnit_Framework_TestCase { public function test_clean () { diff --git a/Tests/uuidTest.php b/Tests/uuidTest.php index e661585..e05afce 100644 --- a/Tests/uuidTest.php +++ b/Tests/uuidTest.php @@ -5,7 +5,7 @@ */ /** Test the uuid.php file */ -class test_uuid extends PHPUnit_Framework_TestCase +class uuidTest extends PHPUnit_Framework_TestCase { public function test_uuid1 () { diff --git a/Tests/verifyTest.php b/Tests/verifyTest.php index 0498d4e..08c4daf 100644 --- a/Tests/verifyTest.php +++ b/Tests/verifyTest.php @@ -1,7 +1,7 @@