diff --git a/Tests/authTest.php b/Tests/authTest.php index 1581490..0621cce 100644 --- a/Tests/authTest.php +++ b/Tests/authTest.php @@ -1,4 +1,11 @@ + * @license BSD + */ + +namespace Domframework\Tests; /** Test the authentication */ class authTest extends PHPUnit_Framework_TestCase diff --git a/Tests/authhtpasswdTest.php b/Tests/authhtpasswdTest.php index ec68ae1..53dae2c 100644 --- a/Tests/authhtpasswdTest.php +++ b/Tests/authhtpasswdTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the authhtpasswd.php file */ class authhtpasswdTest extends PHPUnit_Framework_TestCase diff --git a/Tests/authjwtTest.php b/Tests/authjwtTest.php index 223348e..e1b6e81 100644 --- a/Tests/authjwtTest.php +++ b/Tests/authjwtTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the authjwt.php file */ class authjwtTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/authsympaTest.php b/Tests/authsympaTest.php index 4c1eecb..0aed09e 100644 --- a/Tests/authsympaTest.php +++ b/Tests/authsympaTest.php @@ -1,4 +1,11 @@ + * @license BSD + */ + +namespace Domframework\Tests; /** Test the authentication on Sympa Service */ class authsympaTest extends PHPUnit_Framework_TestCase diff --git a/Tests/authzgroupsTest.php b/Tests/authzgroupsTest.php index dc84c05..357d254 100644 --- a/Tests/authzgroupsTest.php +++ b/Tests/authzgroupsTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the authzgroups.php file */ class authzgroupsTest extends PHPUnit_Framework_TestCase diff --git a/Tests/authzgroupsooTest.php b/Tests/authzgroupsooTest.php index 183f8a4..e7c8acf 100644 --- a/Tests/authzgroupsooTest.php +++ b/Tests/authzgroupsooTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the authzgroupsoo.php file */ class authzgroupsooTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/cachefileTest.php b/Tests/cachefileTest.php index 356b46b..d3647ea 100644 --- a/Tests/cachefileTest.php +++ b/Tests/cachefileTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the cache.php file */ class cachefileTest extends PHPUnit_Framework_TestCase diff --git a/Tests/certificationauthorityTest.php b/Tests/certificationauthorityTest.php index ba63341..b30d781 100644 --- a/Tests/certificationauthorityTest.php +++ b/Tests/certificationauthorityTest.php @@ -1,4 +1,11 @@ + * @license BSD + */ + +namespace Domframework\Tests; /** Test the certification Authority */ diff --git a/Tests/configTest.php b/Tests/configTest.php index 2be8ece..caa4f87 100644 --- a/Tests/configTest.php +++ b/Tests/configTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the config.php file */ class configTest extends PHPUnit_Framework_TestCase diff --git a/Tests/configuration.php b/Tests/configuration.php index 6b12c0a..8276d1a 100644 --- a/Tests/configuration.php +++ b/Tests/configuration.php @@ -1,4 +1,11 @@ + * @license BSD + */ + +namespace Domframework\Tests; $conf = array ( "database"=> array ( "dsn" => "sqlite:/tmp/database.db", diff --git a/Tests/convertTest.php b/Tests/convertTest.php index 1211346..d129189 100644 --- a/Tests/convertTest.php +++ b/Tests/convertTest.php @@ -1,4 +1,11 @@ + * @license BSD + */ + +namespace Domframework\Tests; /** Test the Conversion of format */ class convertTest extends PHPUnit_Framework_TestCase diff --git a/Tests/csrfTest.php b/Tests/csrfTest.php index b6d821c..44b36de 100644 --- a/Tests/csrfTest.php +++ b/Tests/csrfTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the csrf.php file */ class csrfTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/dbjsonTest.php b/Tests/dbjsonTest.php index de63a88..10b54e5 100644 --- a/Tests/dbjsonTest.php +++ b/Tests/dbjsonTest.php @@ -1,4 +1,11 @@ + * @license BSD + */ + +namespace Domframework\Tests; /** Test the dbjson database */ class dbjsonTest extends PHPUnit_Framework_TestCase diff --git a/Tests/dblayerComplet.php b/Tests/dblayerComplet.php index f85e3ca..efd07ef 100644 --- a/Tests/dblayerComplet.php +++ b/Tests/dblayerComplet.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; class dblayerTest{ENGINE} extends PHPUnit_Framework_TestCase { diff --git a/Tests/dblayerauthzgroupsTest.php b/Tests/dblayerauthzgroupsTest.php index e5cbc69..5e94aaf 100644 --- a/Tests/dblayerauthzgroupsTest.php +++ b/Tests/dblayerauthzgroupsTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; class dblayerauthzgroupsTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/dblayerooComplet.php b/Tests/dblayerooComplet.php index 1b9c204..c8bbe44 100644 --- a/Tests/dblayerooComplet.php +++ b/Tests/dblayerooComplet.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; class dblayerooTest{ENGINE} extends PHPUnit_Framework_TestCase { diff --git a/Tests/getoptsTest.php b/Tests/getoptsTest.php index 75cccff..7c2aca3 100644 --- a/Tests/getoptsTest.php +++ b/Tests/getoptsTest.php @@ -1,4 +1,11 @@ + * @license BSD + */ + +namespace Domframework\Tests; /** Test the GetOpts */ class getoptsTest extends PHPUnit_Framework_TestCase diff --git a/Tests/httpTest.php b/Tests/httpTest.php index eac2617..a4f8878 100644 --- a/Tests/httpTest.php +++ b/Tests/httpTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the http.php file */ class httpTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/inifileTest.php b/Tests/inifileTest.php index ab0426f..58ef327 100644 --- a/Tests/inifileTest.php +++ b/Tests/inifileTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the outputjson.php file */ class inifileTest extends PHPUnit_Framework_TestCase diff --git a/Tests/ipaddressesTest.php b/Tests/ipaddressesTest.php index 40b370b..605d790 100644 --- a/Tests/ipaddressesTest.php +++ b/Tests/ipaddressesTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the ipaddresses.php file */ class ipaddressesTest extends PHPUnit_Framework_TestCase diff --git a/Tests/jwtTest.php b/Tests/jwtTest.php index ab985e1..88d994b 100644 --- a/Tests/jwtTest.php +++ b/Tests/jwtTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the jwt.php file */ class jwtTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/macaddressesTest.php b/Tests/macaddressesTest.php index f29c582..766d1a0 100644 --- a/Tests/macaddressesTest.php +++ b/Tests/macaddressesTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the macaddresses.php file */ class macaddressesTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/mailTest.php b/Tests/mailTest.php index d9cd29d..0ceb380 100644 --- a/Tests/mailTest.php +++ b/Tests/mailTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the mail.php file */ class mailTest extends PHPUnit_Framework_TestCase diff --git a/Tests/markdownTest.php b/Tests/markdownTest.php index a771024..f4eec16 100644 --- a/Tests/markdownTest.php +++ b/Tests/markdownTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the outputjson.php file */ class markdownTest extends PHPUnit_Framework_TestCase diff --git a/Tests/outputdlTest.php b/Tests/outputdlTest.php index bfabc41..6318dc9 100644 --- a/Tests/outputdlTest.php +++ b/Tests/outputdlTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the outputdl.php file */ class outputdlTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/outputhtmlTest.php b/Tests/outputhtmlTest.php index c12f8fe..6cd9f50 100644 --- a/Tests/outputhtmlTest.php +++ b/Tests/outputhtmlTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the outputhtml.php file */ class outputhtmlTest extends PHPUnit_Framework_TestCase diff --git a/Tests/outputjsonTest.php b/Tests/outputjsonTest.php index 5310e77..7358f97 100644 --- a/Tests/outputjsonTest.php +++ b/Tests/outputjsonTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the outputjson.php file */ class outputjsonTest extends PHPUnit_Framework_TestCase diff --git a/Tests/passwordTest.php b/Tests/passwordTest.php index 1f16bfb..a4cf42d 100644 --- a/Tests/passwordTest.php +++ b/Tests/passwordTest.php @@ -1,4 +1,12 @@ + * @license BSD + */ + +namespace Domframework\Tests; + /** Test the password class */ class passwordTest extends PHPUnit_Framework_TestCase diff --git a/Tests/queueTest.php b/Tests/queueTest.php index a4a2a81..8ce1e6f 100644 --- a/Tests/queueTest.php +++ b/Tests/queueTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the queue.php file */ class queueTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/queuefileTest.php b/Tests/queuefileTest.php index 5ccef8e..30fc2c1 100644 --- a/Tests/queuefileTest.php +++ b/Tests/queuefileTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the queuefile.php file */ class queuefileTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/ratelimitTest.php b/Tests/ratelimitTest.php index 2678161..99cf1cb 100644 --- a/Tests/ratelimitTest.php +++ b/Tests/ratelimitTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the ratelimit.php file */ class ratelimitTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/ratelimitfileTest.php b/Tests/ratelimitfileTest.php index b48e79d..01c79f6 100644 --- a/Tests/ratelimitfileTest.php +++ b/Tests/ratelimitfileTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the ratelimitfile.php file */ class ratelimitfileTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/restTest.php b/Tests/restTest.php index f2a0aa9..5654d2a 100644 --- a/Tests/restTest.php +++ b/Tests/restTest.php @@ -1,9 +1,12 @@ + * @license BSD */ +namespace Domframework\Tests; + /** Test the domframework REST part */ class restTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/robotstxtTest.php b/Tests/robotstxtTest.php index 1b8c826..f03984c 100644 --- a/Tests/robotstxtTest.php +++ b/Tests/robotstxtTest.php @@ -1,5 +1,13 @@ + * @license BSD + */ + +namespace Domframework\Tests; + +/** Test the robotstxt file */ class robotstxtTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/routeTest.php b/Tests/routeTest.php index 531a869..465063e 100644 --- a/Tests/routeTest.php +++ b/Tests/routeTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the route.php file */ class routeTest extends PHPUnit_Framework_TestCase diff --git a/Tests/rssTest.php b/Tests/rssTest.php index 7d37535..0487db2 100644 --- a/Tests/rssTest.php +++ b/Tests/rssTest.php @@ -1,4 +1,11 @@ + * @license BSD + */ + +namespace Domframework\Tests; /** Test the RSS */ class rssTest extends PHPUnit_Framework_TestCase diff --git a/Tests/sitemapTest.php b/Tests/sitemapTest.php index 8867694..0cf1838 100644 --- a/Tests/sitemapTest.php +++ b/Tests/sitemapTest.php @@ -1,4 +1,12 @@ + * @license BSD + */ + +namespace Domframework\Tests; + /** Test the sitemap.php file */ class sitemapTest extends PHPUnit_Framework_TestCase diff --git a/Tests/spfcheckTest.php b/Tests/spfcheckTest.php index a055ad8..0204220 100644 --- a/Tests/spfcheckTest.php +++ b/Tests/spfcheckTest.php @@ -1,9 +1,12 @@ + * @license BSD */ +namespace Domframework\Tests; + /** Test the spfcheck tools */ class spfcheckTest extends PHPUnit_Framework_TestCase diff --git a/Tests/sseTest.php b/Tests/sseTest.php index 3f6fc09..8232eee 100644 --- a/Tests/sseTest.php +++ b/Tests/sseTest.php @@ -1,9 +1,12 @@ + * @license BSD */ +namespace Domframework\Tests; + /** Test the domframework Server-Sent Events part */ class sseTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/tcpclientTest.php b/Tests/tcpclientTest.php index 98f6204..e1a7338 100644 --- a/Tests/tcpclientTest.php +++ b/Tests/tcpclientTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the TCP client */ class tcpclientTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/userssqlTest.php b/Tests/userssqlTest.php index 134b453..4bda05a 100644 --- a/Tests/userssqlTest.php +++ b/Tests/userssqlTest.php @@ -1,7 +1,11 @@ */ + * @package domframework + * @author Dominique Fournier + * @license BSD + */ + +namespace Domframework\Tests; /** Test the userssql.php file */ class userssqlTest extends PHPUnit_Framework_TestCase diff --git a/Tests/uuidTest.php b/Tests/uuidTest.php index e05afce..dc22b7f 100644 --- a/Tests/uuidTest.php +++ b/Tests/uuidTest.php @@ -2,8 +2,11 @@ /** DomFramework - Tests * @package domframework * @author Dominique Fournier + * @license BSD */ +namespace Domframework\Tests; + /** Test the uuid.php file */ class uuidTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/verifyTest.php b/Tests/verifyTest.php index 08c4daf..1405265 100644 --- a/Tests/verifyTest.php +++ b/Tests/verifyTest.php @@ -1,4 +1,11 @@ + * @license BSD + */ + +namespace Domframework\Tests; /** Test the Verify */ class verifyTest extends PHPUnit_Framework_TestCase diff --git a/Tests/xdiffTest.php b/Tests/xdiffTest.php index 1df4d94..73601d7 100644 --- a/Tests/xdiffTest.php +++ b/Tests/xdiffTest.php @@ -1,9 +1,12 @@ + * @license BSD */ +namespace Domframework\Tests; + /** Test the domframework xdiff part */ class xdiffTest extends PHPUnit_Framework_TestCase { diff --git a/Tests/xmppclientTest.php b/Tests/xmppclientTest.php index 5942407..daf35e7 100644 --- a/Tests/xmppclientTest.php +++ b/Tests/xmppclientTest.php @@ -1,9 +1,12 @@ + * @license BSD */ +namespace Domframework\Tests; + /** Test the domframework xmppclient part */ class xmppclientTest extends PHPUnit_Framework_TestCase {