diff --git a/tests/Alchemy/Phrasea/Cache/ApcCacheTest.php b/tests/Alchemy/Phrasea/Cache/ApcCacheTest.php index a03f1e5de3..3d04c7afff 100644 --- a/tests/Alchemy/Phrasea/Cache/ApcCacheTest.php +++ b/tests/Alchemy/Phrasea/Cache/ApcCacheTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for ApcCache. - * Generated by PHPUnit on 2012-02-21 at 16:39:56. - */ class ApcCacheTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/Alchemy/Phrasea/Cache/ArrayCacheTest.php b/tests/Alchemy/Phrasea/Cache/ArrayCacheTest.php index c329467562..08580b2806 100644 --- a/tests/Alchemy/Phrasea/Cache/ArrayCacheTest.php +++ b/tests/Alchemy/Phrasea/Cache/ArrayCacheTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for ArrayCache. - * Generated by PHPUnit on 2012-02-21 at 16:37:10. - */ class ArrayCacheTest extends \PHPUnit_Framework_TestCase { @@ -14,10 +10,6 @@ class ArrayCacheTest extends \PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->object = new \Alchemy\Phrasea\Cache\ArrayCache; diff --git a/tests/Alchemy/Phrasea/Cache/ManagerTest.php b/tests/Alchemy/Phrasea/Cache/ManagerTest.php index 4e8f3bae1e..4bbc474f80 100644 --- a/tests/Alchemy/Phrasea/Cache/ManagerTest.php +++ b/tests/Alchemy/Phrasea/Cache/ManagerTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Manager. - * Generated by PHPUnit on 2012-02-21 at 16:37:11. - */ class ManagerTest extends \PHPUnit_Framework_TestCase { @@ -14,10 +10,6 @@ class ManagerTest extends \PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { // $this->object = new \Alchemy\Phrasea\Cache\Manager(self::); diff --git a/tests/Alchemy/Phrasea/Cache/MemcacheCacheTest.php b/tests/Alchemy/Phrasea/Cache/MemcacheCacheTest.php index 6dc6733bcf..b9965a9722 100644 --- a/tests/Alchemy/Phrasea/Cache/MemcacheCacheTest.php +++ b/tests/Alchemy/Phrasea/Cache/MemcacheCacheTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for MemcacheCache. - * Generated by PHPUnit on 2012-02-21 at 16:37:11. - */ class MemcacheCacheTest extends \PHPUnit_Framework_TestCase { @@ -14,10 +10,6 @@ class MemcacheCacheTest extends \PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->object = new \Alchemy\Phrasea\Cache\MemcacheCache; diff --git a/tests/Alchemy/Phrasea/Cache/XcacheCacheTest.php b/tests/Alchemy/Phrasea/Cache/XcacheCacheTest.php index c50423ebc3..eb22ea3b28 100644 --- a/tests/Alchemy/Phrasea/Cache/XcacheCacheTest.php +++ b/tests/Alchemy/Phrasea/Cache/XcacheCacheTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for XcacheCache. - * Generated by PHPUnit on 2012-02-21 at 16:39:57. - */ class XcacheCacheTest extends \PHPUnit_Framework_TestCase { @@ -14,17 +10,13 @@ class XcacheCacheTest extends \PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { if(!function_exists('xcache_info')) { $this->markTestSkipped('Xcache not loaded'); } - + $this->object = new \Alchemy\Phrasea\Cache\XcacheCache; } diff --git a/tests/Alchemy/Phrasea/Controller/Admin/DescriptionTest.php b/tests/Alchemy/Phrasea/Controller/Admin/DescriptionTest.php index 2788b74830..21f1711958 100644 --- a/tests/Alchemy/Phrasea/Controller/Admin/DescriptionTest.php +++ b/tests/Alchemy/Phrasea/Controller/Admin/DescriptionTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for Subdefs. - * Generated by PHPUnit on 2012-01-11 at 18:25:04. - */ class DescriptionTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Admin/FieldsTest.php b/tests/Alchemy/Phrasea/Controller/Admin/FieldsTest.php index 495172ce14..e768e7f552 100644 --- a/tests/Alchemy/Phrasea/Controller/Admin/FieldsTest.php +++ b/tests/Alchemy/Phrasea/Controller/Admin/FieldsTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for Fields. - * Generated by PHPUnit on 2012-01-11 at 18:25:03. - */ class ControllerFieldsTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Admin/RootTest.php b/tests/Alchemy/Phrasea/Controller/Admin/RootTest.php index e10ce1475c..d5b4699fb6 100644 --- a/tests/Alchemy/Phrasea/Controller/Admin/RootTest.php +++ b/tests/Alchemy/Phrasea/Controller/Admin/RootTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for Subdefs. - * Generated by PHPUnit on 2012-01-11 at 18:25:04. - */ class RootTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Admin/SubdefsTest.php b/tests/Alchemy/Phrasea/Controller/Admin/SubdefsTest.php index e8ed195fd2..5975da8e12 100644 --- a/tests/Alchemy/Phrasea/Controller/Admin/SubdefsTest.php +++ b/tests/Alchemy/Phrasea/Controller/Admin/SubdefsTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for Subdefs. - * Generated by PHPUnit on 2012-01-11 at 18:25:04. - */ class ControllerSubdefsTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Admin/UsersTest.php b/tests/Alchemy/Phrasea/Controller/Admin/UsersTest.php index d71087a6d5..4580654881 100644 --- a/tests/Alchemy/Phrasea/Controller/Admin/UsersTest.php +++ b/tests/Alchemy/Phrasea/Controller/Admin/UsersTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for Users. - * Generated by PHPUnit on 2012-01-11 at 18:25:04. - */ class ControllerUsersTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Prod/EditTest.php b/tests/Alchemy/Phrasea/Controller/Prod/EditTest.php index bd9ce41674..6c9f0f2dde 100644 --- a/tests/Alchemy/Phrasea/Controller/Prod/EditTest.php +++ b/tests/Alchemy/Phrasea/Controller/Prod/EditTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for Edit. - * Generated by PHPUnit on 2012-01-11 at 18:24:28. - */ class ControllerEditTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Prod/MoveCollectionTest.php b/tests/Alchemy/Phrasea/Controller/Prod/MoveCollectionTest.php index 5809437f08..5daea7b345 100644 --- a/tests/Alchemy/Phrasea/Controller/Prod/MoveCollectionTest.php +++ b/tests/Alchemy/Phrasea/Controller/Prod/MoveCollectionTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for MoveCollection. - * Generated by PHPUnit on 2012-01-11 at 18:24:28. - */ class ControllerMoveCollectionTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Prod/MustacheLoaderTest.php b/tests/Alchemy/Phrasea/Controller/Prod/MustacheLoaderTest.php index 03fc9b7183..3f2a06b9e1 100644 --- a/tests/Alchemy/Phrasea/Controller/Prod/MustacheLoaderTest.php +++ b/tests/Alchemy/Phrasea/Controller/Prod/MustacheLoaderTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for MustacheLoader. - * Generated by PHPUnit on 2012-01-26 at 14:04:04. - */ class MustacheLoaderTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Prod/PrinterTest.php b/tests/Alchemy/Phrasea/Controller/Prod/PrinterTest.php index c916c843c5..3e0184f6be 100644 --- a/tests/Alchemy/Phrasea/Controller/Prod/PrinterTest.php +++ b/tests/Alchemy/Phrasea/Controller/Prod/PrinterTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for Printer. - * Generated by PHPUnit on 2012-01-11 at 18:24:29. - */ class ControllerPrinterTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Prod/PushTest.php b/tests/Alchemy/Phrasea/Controller/Prod/PushTest.php index b2f7f7de5c..e147eb995e 100644 --- a/tests/Alchemy/Phrasea/Controller/Prod/PushTest.php +++ b/tests/Alchemy/Phrasea/Controller/Prod/PushTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for Push. - * Generated by PHPUnit on 2012-01-11 at 18:24:29. - */ class ControllerPushTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Prod/RootTest.php b/tests/Alchemy/Phrasea/Controller/Prod/RootTest.php index 867a774956..93924ed5bf 100644 --- a/tests/Alchemy/Phrasea/Controller/Prod/RootTest.php +++ b/tests/Alchemy/Phrasea/Controller/Prod/RootTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for Root. - * Generated by PHPUnit on 2012-01-11 at 18:24:30. - */ class ControllerRootTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Prod/UsrListsTest.php b/tests/Alchemy/Phrasea/Controller/Prod/UsrListsTest.php index b21669aa02..925a39c09b 100644 --- a/tests/Alchemy/Phrasea/Controller/Prod/UsrListsTest.php +++ b/tests/Alchemy/Phrasea/Controller/Prod/UsrListsTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; -/** - * Test class for UsrLists. - * Generated by PHPUnit on 2012-01-11 at 18:24:30. - */ class ControllerUsrListsTest extends \PhraseanetWebTestCaseAuthenticatedAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Setup/InstallerTest.php b/tests/Alchemy/Phrasea/Controller/Setup/InstallerTest.php index a9a6cf818f..6d6c86fc4d 100644 --- a/tests/Alchemy/Phrasea/Controller/Setup/InstallerTest.php +++ b/tests/Alchemy/Phrasea/Controller/Setup/InstallerTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAbstract.class.inc'; -/** - * Test class for Installer. - * Generated by PHPUnit on 2012-01-11 at 18:21:34. - */ class ControllerInstallerTest extends \PhraseanetWebTestCaseAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Setup/UpgraderTest.php b/tests/Alchemy/Phrasea/Controller/Setup/UpgraderTest.php index ee11cd07a7..a45a1810ba 100644 --- a/tests/Alchemy/Phrasea/Controller/Setup/UpgraderTest.php +++ b/tests/Alchemy/Phrasea/Controller/Setup/UpgraderTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAbstract.class.inc'; -/** - * Test class for Upgrader. - * Generated by PHPUnit on 2012-01-11 at 18:21:35. - */ class ControllerUpgraderTest extends \PhraseanetWebTestCaseAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Utils/ConnectionTestTest.php b/tests/Alchemy/Phrasea/Controller/Utils/ConnectionTestTest.php index a1e59adc97..aea7bf70f8 100644 --- a/tests/Alchemy/Phrasea/Controller/Utils/ConnectionTestTest.php +++ b/tests/Alchemy/Phrasea/Controller/Utils/ConnectionTestTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAbstract.class.inc'; -/** - * Test class for ConnectionTest. - * Generated by PHPUnit on 2012-01-11 at 18:20:20. - */ class ControllerConnectionTestTest extends \PhraseanetWebTestCaseAbstract { diff --git a/tests/Alchemy/Phrasea/Controller/Utils/PathFileTestTest.php b/tests/Alchemy/Phrasea/Controller/Utils/PathFileTestTest.php index b4b728c9a2..cb7aaa7b1f 100644 --- a/tests/Alchemy/Phrasea/Controller/Utils/PathFileTestTest.php +++ b/tests/Alchemy/Phrasea/Controller/Utils/PathFileTestTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAbstract.class.inc'; -/** - * Test class for PathFileTest. - * Generated by PHPUnit on 2012-01-11 at 18:20:21. - */ class ControllerPathFileTestTest extends \PhraseanetWebTestCaseAbstract { diff --git a/tests/Alchemy/Phrasea/Helper/Record/BridgeTest.php b/tests/Alchemy/Phrasea/Helper/Record/BridgeTest.php index 62e0146d19..749b4f36cf 100644 --- a/tests/Alchemy/Phrasea/Helper/Record/BridgeTest.php +++ b/tests/Alchemy/Phrasea/Helper/Record/BridgeTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Push. - * Generated by PHPUnit on 2012-01-12 at 12:16:06. - */ class HelperBridgeTest extends \PhraseanetPHPUnitAuthenticatedAbstract { @@ -14,10 +10,6 @@ class HelperBridgeTest extends \PhraseanetPHPUnitAuthenticatedAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { parent::setUp(); diff --git a/tests/Alchemy/Phrasea/Helper/Record/EditTest.php b/tests/Alchemy/Phrasea/Helper/Record/EditTest.php index 2a5b332138..c9e1ee462c 100644 --- a/tests/Alchemy/Phrasea/Helper/Record/EditTest.php +++ b/tests/Alchemy/Phrasea/Helper/Record/EditTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Push. - * Generated by PHPUnit on 2012-01-12 at 12:16:06. - */ class HelperEditTest extends \PhraseanetPHPUnitAuthenticatedAbstract { @@ -14,10 +10,6 @@ class HelperEditTest extends \PhraseanetPHPUnitAuthenticatedAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { parent::setUp(); diff --git a/tests/Alchemy/Phrasea/Helper/Record/FeedTest.php b/tests/Alchemy/Phrasea/Helper/Record/FeedTest.php index b30477df88..1676e50fe3 100644 --- a/tests/Alchemy/Phrasea/Helper/Record/FeedTest.php +++ b/tests/Alchemy/Phrasea/Helper/Record/FeedTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Push. - * Generated by PHPUnit on 2012-01-12 at 12:16:06. - */ class HelperFeedTest extends \PhraseanetPHPUnitAuthenticatedAbstract { @@ -14,10 +10,6 @@ class HelperFeedTest extends \PhraseanetPHPUnitAuthenticatedAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { parent::setUp(); diff --git a/tests/Alchemy/Phrasea/Helper/Record/HelperTest.php b/tests/Alchemy/Phrasea/Helper/Record/HelperTest.php index 19b69c8b0b..940a23f29e 100644 --- a/tests/Alchemy/Phrasea/Helper/Record/HelperTest.php +++ b/tests/Alchemy/Phrasea/Helper/Record/HelperTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Push. - * Generated by PHPUnit on 2012-01-12 at 12:16:06. - */ class HelperHelperTest extends \PhraseanetPHPUnitAuthenticatedAbstract { @@ -14,10 +10,6 @@ class HelperHelperTest extends \PhraseanetPHPUnitAuthenticatedAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { parent::setUp(); diff --git a/tests/Alchemy/Phrasea/Helper/Record/MoveCollectionTest.php b/tests/Alchemy/Phrasea/Helper/Record/MoveCollectionTest.php index eefdac0c3a..a8c41b84c7 100644 --- a/tests/Alchemy/Phrasea/Helper/Record/MoveCollectionTest.php +++ b/tests/Alchemy/Phrasea/Helper/Record/MoveCollectionTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Push. - * Generated by PHPUnit on 2012-01-12 at 12:16:06. - */ class HelperMoveCollectionTest extends \PhraseanetPHPUnitAuthenticatedAbstract { @@ -14,10 +10,6 @@ class HelperMoveCollectionTest extends \PhraseanetPHPUnitAuthenticatedAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { parent::setUp(); diff --git a/tests/Alchemy/Phrasea/Helper/Record/PrinterTest.php b/tests/Alchemy/Phrasea/Helper/Record/PrinterTest.php index 8dd83fd111..fd680169fc 100644 --- a/tests/Alchemy/Phrasea/Helper/Record/PrinterTest.php +++ b/tests/Alchemy/Phrasea/Helper/Record/PrinterTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Push. - * Generated by PHPUnit on 2012-01-12 at 12:16:06. - */ class HelperPrinterTest extends \PhraseanetPHPUnitAuthenticatedAbstract { @@ -14,10 +10,6 @@ class HelperPrinterTest extends \PhraseanetPHPUnitAuthenticatedAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { parent::setUp(); diff --git a/tests/Alchemy/Phrasea/Helper/Record/PushTest.php b/tests/Alchemy/Phrasea/Helper/Record/PushTest.php index 00eafb77d1..53a506736f 100644 --- a/tests/Alchemy/Phrasea/Helper/Record/PushTest.php +++ b/tests/Alchemy/Phrasea/Helper/Record/PushTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Push. - * Generated by PHPUnit on 2012-01-12 at 12:16:06. - */ class HelperPushTest extends \PhraseanetPHPUnitAuthenticatedAbstract { @@ -14,10 +10,6 @@ class HelperPushTest extends \PhraseanetPHPUnitAuthenticatedAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { parent::setUp(); diff --git a/tests/Alchemy/Phrasea/Helper/Record/TooltipTest.php b/tests/Alchemy/Phrasea/Helper/Record/TooltipTest.php index 1bf165132d..7439874959 100644 --- a/tests/Alchemy/Phrasea/Helper/Record/TooltipTest.php +++ b/tests/Alchemy/Phrasea/Helper/Record/TooltipTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Push. - * Generated by PHPUnit on 2012-01-12 at 12:16:06. - */ class HelperTooltipTest extends \PhraseanetPHPUnitAuthenticatedAbstract { @@ -14,10 +10,6 @@ class HelperTooltipTest extends \PhraseanetPHPUnitAuthenticatedAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { parent::setUp(); diff --git a/tests/Alchemy/Phrasea/Loader/AutoloaderTest.php b/tests/Alchemy/Phrasea/Loader/AutoloaderTest.php index 226498b9a2..cf23f94cc6 100644 --- a/tests/Alchemy/Phrasea/Loader/AutoloaderTest.php +++ b/tests/Alchemy/Phrasea/Loader/AutoloaderTest.php @@ -17,10 +17,6 @@ */ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Term. - * Generated by PHPUnit on 2012-01-26 at 12:41:07. - */ class AutoloaderTest extends \PhraseanetPHPUnitAbstract { diff --git a/tests/Alchemy/Phrasea/Loader/CacheAutoloaderTest.php b/tests/Alchemy/Phrasea/Loader/CacheAutoloaderTest.php index fd604e2474..f09ba7b0fd 100644 --- a/tests/Alchemy/Phrasea/Loader/CacheAutoloaderTest.php +++ b/tests/Alchemy/Phrasea/Loader/CacheAutoloaderTest.php @@ -17,10 +17,6 @@ */ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Term. - * Generated by PHPUnit on 2012-01-26 at 12:41:07. - */ class CacheAutoloaderTest extends \PhraseanetPHPUnitAbstract { diff --git a/tests/Alchemy/Phrasea/Vocabulary/ControlProvider/UserProviderTest.php b/tests/Alchemy/Phrasea/Vocabulary/ControlProvider/UserProviderTest.php index 770f4fe361..4d4f813daf 100644 --- a/tests/Alchemy/Phrasea/Vocabulary/ControlProvider/UserProviderTest.php +++ b/tests/Alchemy/Phrasea/Vocabulary/ControlProvider/UserProviderTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for UserProvider. - * Generated by PHPUnit on 2012-01-26 at 12:41:07. - */ class UserProviderTest extends \PhraseanetPHPUnitAbstract { @@ -93,5 +89,3 @@ class UserProviderTest extends \PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/Alchemy/Phrasea/Vocabulary/ControllerTest.php b/tests/Alchemy/Phrasea/Vocabulary/ControllerTest.php index 7ab33c47a8..6975082592 100644 --- a/tests/Alchemy/Phrasea/Vocabulary/ControllerTest.php +++ b/tests/Alchemy/Phrasea/Vocabulary/ControllerTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Controller. - * Generated by PHPUnit on 2012-01-26 at 12:41:07. - */ class ControllerTest extends \PhraseanetPHPUnitAbstract { diff --git a/tests/Alchemy/Phrasea/Vocabulary/TermTest.php b/tests/Alchemy/Phrasea/Vocabulary/TermTest.php index dc5a751123..5a613f1f07 100644 --- a/tests/Alchemy/Phrasea/Vocabulary/TermTest.php +++ b/tests/Alchemy/Phrasea/Vocabulary/TermTest.php @@ -4,10 +4,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; use \Alchemy\Phrasea\Vocabulary\Term; -/** - * Test class for Term. - * Generated by PHPUnit on 2012-01-26 at 12:41:07. - */ class TermTest extends \PhraseanetPHPUnitAbstract { diff --git a/tests/Bridge/Api/Auth/Bridge_Api_Auth_AbstractTest.php b/tests/Bridge/Api/Auth/Bridge_Api_Auth_AbstractTest.php index 6878ba397c..150bff2915 100644 --- a/tests/Bridge/Api/Auth/Bridge_Api_Auth_AbstractTest.php +++ b/tests/Bridge/Api/Auth/Bridge_Api_Auth_AbstractTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_Auth_Abstract. - * Generated by PHPUnit on 2011-10-12 at 18:44:43. - */ class Bridge_Api_Auth_AbstractTest extends PHPUnit_Framework_TestCase { @@ -19,5 +15,3 @@ class Bridge_Api_Auth_AbstractTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Auth/Bridge_Api_Auth_FlickrTest.php b/tests/Bridge/Api/Auth/Bridge_Api_Auth_FlickrTest.php index d62b978f81..7aba2ff92e 100644 --- a/tests/Bridge/Api/Auth/Bridge_Api_Auth_FlickrTest.php +++ b/tests/Bridge/Api/Auth/Bridge_Api_Auth_FlickrTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_Auth_Flickr. - * Generated by PHPUnit on 2011-10-12 at 18:45:52. - */ class Bridge_Api_Auth_FlickrTest extends PHPUnit_Framework_TestCase { @@ -15,10 +11,6 @@ class Bridge_Api_Auth_FlickrTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->object = new Bridge_Api_Auth_Flickr(); @@ -182,5 +174,3 @@ class Bridge_Api_Auth_FlickrTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Auth/Bridge_Api_Auth_OAuth2Test.php b/tests/Bridge/Api/Auth/Bridge_Api_Auth_OAuth2Test.php index 3f4fe86a60..f77cf35303 100644 --- a/tests/Bridge/Api/Auth/Bridge_Api_Auth_OAuth2Test.php +++ b/tests/Bridge/Api/Auth/Bridge_Api_Auth_OAuth2Test.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_Auth_OAuth2. - * Generated by PHPUnit on 2011-10-12 at 18:45:15. - */ class Bridge_Api_Auth_OAuth2Test extends PHPUnit_Framework_TestCase { @@ -16,10 +12,6 @@ class Bridge_Api_Auth_OAuth2Test extends PHPUnit_Framework_TestCase protected $object; protected $parameters; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->object = new Bridge_Api_Auth_OAuth2(); @@ -148,5 +140,3 @@ class Bridge_Api_Auth_OAuth2Test extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Bridge_Api_AbstractCollectionTest.php b/tests/Bridge/Api/Bridge_Api_AbstractCollectionTest.php index d5ac544767..b09eb83cf7 100644 --- a/tests/Bridge/Api/Bridge_Api_AbstractCollectionTest.php +++ b/tests/Bridge/Api/Bridge_Api_AbstractCollectionTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_AbstractCollection. - * Generated by PHPUnit on 2011-10-12 at 17:59:33. - */ class Bridge_Api_AbstractCollectionTest extends PHPUnit_Framework_TestCase { @@ -15,10 +11,6 @@ class Bridge_Api_AbstractCollectionTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -185,5 +177,3 @@ class Bridge_Api_AbstractCollectionTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Bridge_Api_AbstractTest.php b/tests/Bridge/Api/Bridge_Api_AbstractTest.php index 64cdcdde22..526edd6d78 100644 --- a/tests/Bridge/Api/Bridge_Api_AbstractTest.php +++ b/tests/Bridge/Api/Bridge_Api_AbstractTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_Abstract. - * Generated by PHPUnit on 2011-10-12 at 17:59:33. - */ class Bridge_Api_AbstractTest extends PhraseanetWebTestCaseAuthenticatedAbstract { @@ -18,10 +14,6 @@ class Bridge_Api_AbstractTest extends PhraseanetWebTestCaseAuthenticatedAbstract */ protected $auth; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->auth = $this->getMock("Bridge_Api_Auth_Interface"); @@ -260,5 +252,3 @@ class Bridge_Api_AbstractTest extends PhraseanetWebTestCaseAuthenticatedAbstract } } - -?> diff --git a/tests/Bridge/Api/Bridge_Api_ContainerCollectionTest.php b/tests/Bridge/Api/Bridge_Api_ContainerCollectionTest.php index 99ad8de6f6..d7774a457b 100644 --- a/tests/Bridge/Api/Bridge_Api_ContainerCollectionTest.php +++ b/tests/Bridge/Api/Bridge_Api_ContainerCollectionTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_ContainerCollection. - * Generated by PHPUnit on 2011-10-12 at 17:59:33. - */ class Bridge_Api_ContainerCollectionTest extends PHPUnit_Framework_TestCase { public function testAdd_element() @@ -23,5 +19,3 @@ class Bridge_Api_ContainerCollectionTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Bridge_Api_DailymotionTest.php b/tests/Bridge/Api/Bridge_Api_DailymotionTest.php index 2dcd9185af..a6f3430d72 100644 --- a/tests/Bridge/Api/Bridge_Api_DailymotionTest.php +++ b/tests/Bridge/Api/Bridge_Api_DailymotionTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc' require_once __DIR__ . '/../Bridge_datas.inc'; require_once __DIR__ . '/../../../lib/classes/Bridge/Api/Dailymotion.class.php'; -/** - * Test class for Bridge_Api_Dailymotion. - * Generated by PHPUnit on 2011-10-13 at 18:03:33. - */ class Bridge_Api_DailymotionTest extends PHPUnit_Framework_TestCase { @@ -15,10 +11,6 @@ class Bridge_Api_DailymotionTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ protected function setUp() { $this->object = $this->getMock("Bridge_Api_Dailymotion", array("initialize_transport", "set_auth_params"), array(registry::get_instance(), $this->getMock("Bridge_Api_Auth_Interface"))); @@ -354,5 +346,3 @@ class Bridge_Api_DailymotionTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Bridge_Api_ElementCollectionTest.php b/tests/Bridge/Api/Bridge_Api_ElementCollectionTest.php index a62c1769ca..e20f5de786 100644 --- a/tests/Bridge/Api/Bridge_Api_ElementCollectionTest.php +++ b/tests/Bridge/Api/Bridge_Api_ElementCollectionTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_ElementCollection. - * Generated by PHPUnit on 2011-10-12 at 17:59:33. - */ class Bridge_Api_ElementCollectionTest extends PHPUnit_Framework_TestCase { @@ -24,5 +20,3 @@ class Bridge_Api_ElementCollectionTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Bridge_Api_FlickrTest.php b/tests/Bridge/Api/Bridge_Api_FlickrTest.php index f1f4b091bd..fa547fc2f0 100644 --- a/tests/Bridge/Api/Bridge_Api_FlickrTest.php +++ b/tests/Bridge/Api/Bridge_Api_FlickrTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_Flickr. - * Generated by PHPUnit on 2011-10-12 at 17:59:34. - */ class Bridge_Api_FlickrTest extends PHPUnit_Framework_TestCase { @@ -15,10 +11,6 @@ class Bridge_Api_FlickrTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->object = $this->getMock("Bridge_Api_Flickr", array("initialize_transport", "set_auth_params"), array(registry::get_instance(), $this->getMock("Bridge_Api_Auth_Interface"))); @@ -342,5 +334,3 @@ class Bridge_Api_FlickrTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Bridge_Api_YoutubeTest.php b/tests/Bridge/Api/Bridge_Api_YoutubeTest.php index aea9e2f95d..2af43f91b1 100644 --- a/tests/Bridge/Api/Bridge_Api_YoutubeTest.php +++ b/tests/Bridge/Api/Bridge_Api_YoutubeTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_Youtube. - * Generated by PHPUnit on 2011-10-12 at 17:59:34. - */ class Bridge_Api_YoutubeTest extends PHPUnit_Framework_TestCase { @@ -15,10 +11,6 @@ class Bridge_Api_YoutubeTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->object = $this->getMock("Bridge_Api_Youtube", array("initialize_transport", "set_auth_params"), array(registry::get_instance(), $this->getMock("Bridge_Api_Auth_Interface"))); @@ -345,5 +337,3 @@ class Bridge_Api_YoutubeTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Dailymotion/Bridge_Api_Dailymotion_ContainerTest.php b/tests/Bridge/Api/Dailymotion/Bridge_Api_Dailymotion_ContainerTest.php index 9da28622ed..b1cd6a6eef 100644 --- a/tests/Bridge/Api/Dailymotion/Bridge_Api_Dailymotion_ContainerTest.php +++ b/tests/Bridge/Api/Dailymotion/Bridge_Api_Dailymotion_ContainerTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.i require_once __DIR__ . '/../../Bridge_datas.inc'; require_once __DIR__ . '/../../../../lib/classes/Bridge/Api/Dailymotion/Container.class.php'; -/** - * Test class for Bridge_Api_Dailymotion_Container. - * Generated by PHPUnit on 2011-10-13 at 18:05:19. - */ class Bridge_Api_Dailymotion_ContainerTest extends PHPUnit_Framework_TestCase { @@ -15,10 +11,6 @@ class Bridge_Api_Dailymotion_ContainerTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ protected function setUp() { $this->test = array( @@ -113,5 +105,3 @@ class Bridge_Api_Dailymotion_ContainerTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Dailymotion/Bridge_Api_Dailymotion_ElementTest.php b/tests/Bridge/Api/Dailymotion/Bridge_Api_Dailymotion_ElementTest.php index bf782e59c5..4503f3b55f 100644 --- a/tests/Bridge/Api/Dailymotion/Bridge_Api_Dailymotion_ElementTest.php +++ b/tests/Bridge/Api/Dailymotion/Bridge_Api_Dailymotion_ElementTest.php @@ -4,10 +4,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.i require_once __DIR__ . '/../../Bridge_datas.inc'; require_once __DIR__ . '/../../../../lib/classes/Bridge/Api/Dailymotion/Element.class.php'; -/** - * Test class for Bridge_Api_Dailymotion_Element. - * Generated by PHPUnit on 2011-10-13 at 18:07:26. - */ class Bridge_Api_Dailymotion_ElementTest extends PHPUnit_Framework_TestCase { @@ -17,10 +13,6 @@ class Bridge_Api_Dailymotion_ElementTest extends PHPUnit_Framework_TestCase protected $object; protected $test; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->test = array( @@ -166,5 +158,3 @@ class Bridge_Api_Dailymotion_ElementTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Flickr/Bridge_Api_Flickr_ContainerTest.php b/tests/Bridge/Api/Flickr/Bridge_Api_Flickr_ContainerTest.php index 4c4103e036..d43d7c1167 100644 --- a/tests/Bridge/Api/Flickr/Bridge_Api_Flickr_ContainerTest.php +++ b/tests/Bridge/Api/Flickr/Bridge_Api_Flickr_ContainerTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_Flickr_Container. - * Generated by PHPUnit on 2011-10-12 at 18:35:50. - */ class Bridge_Api_Flickr_ContainerTest extends PHPUnit_Framework_TestCase { @@ -15,10 +11,6 @@ class Bridge_Api_Flickr_ContainerTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $string = ' @@ -82,5 +74,3 @@ class Bridge_Api_Flickr_ContainerTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Flickr/Bridge_Api_Flickr_ElementTest.php b/tests/Bridge/Api/Flickr/Bridge_Api_Flickr_ElementTest.php index 04cf6613df..1229f74e38 100644 --- a/tests/Bridge/Api/Flickr/Bridge_Api_Flickr_ElementTest.php +++ b/tests/Bridge/Api/Flickr/Bridge_Api_Flickr_ElementTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_Flickr_Element. - * Generated by PHPUnit on 2011-10-12 at 18:35:50. - */ class Bridge_Api_Flickr_ElementTest extends PHPUnit_Framework_TestCase { @@ -22,10 +18,6 @@ class Bridge_Api_Flickr_ElementTest extends PHPUnit_Framework_TestCase protected $xml_list; protected $xml_alone; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $str = ' @@ -168,5 +160,3 @@ class Bridge_Api_Flickr_ElementTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Youtube/Bridge_Api_Youtube_ContainerTest.php b/tests/Bridge/Api/Youtube/Bridge_Api_Youtube_ContainerTest.php index e1ceca4b0f..0961b3b44d 100644 --- a/tests/Bridge/Api/Youtube/Bridge_Api_Youtube_ContainerTest.php +++ b/tests/Bridge/Api/Youtube/Bridge_Api_Youtube_ContainerTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_Youtube_Container. - * Generated by PHPUnit on 2011-10-12 at 18:35:50. - */ class Bridge_Api_Youtube_ContainerTest extends PHPUnit_Framework_TestCase { @@ -15,10 +11,6 @@ class Bridge_Api_Youtube_ContainerTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $published = new Zend_Gdata_App_Extension_Published("2011-10-21 12:00:00"); @@ -87,5 +79,3 @@ class Bridge_Api_Youtube_ContainerTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Api/Youtube/Bridge_Api_Youtube_ElementTest.php b/tests/Bridge/Api/Youtube/Bridge_Api_Youtube_ElementTest.php index 49dcb38175..92ca86083e 100644 --- a/tests/Bridge/Api/Youtube/Bridge_Api_Youtube_ElementTest.php +++ b/tests/Bridge/Api/Youtube/Bridge_Api_Youtube_ElementTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/../../Bridge_datas.inc'; -/** - * Test class for Bridge_Api_Youtube_Element. - * Generated by PHPUnit on 2011-10-12 at 18:35:49. - */ class Bridge_Api_Youtube_ElementTest extends PHPUnit_Framework_TestCase { @@ -15,10 +11,6 @@ class Bridge_Api_Youtube_ElementTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $published = new Zend_Gdata_App_Extension_Published("2011-10-21 12:00:00"); @@ -130,5 +122,3 @@ class Bridge_Api_Youtube_ElementTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Bridge/Bridge_AccountSettingsTest.php b/tests/Bridge/Bridge_AccountSettingsTest.php index 8ade4b8e2a..2ac1e64260 100644 --- a/tests/Bridge/Bridge_AccountSettingsTest.php +++ b/tests/Bridge/Bridge_AccountSettingsTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/Bridge_datas.inc'; -/** - * Test class for Bridge_Account. - * Generated by PHPUnit on 2011-10-10 at 13:38:20. - */ class Bridge_AccountSettingsTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Bridge/Bridge_AccountTest.php b/tests/Bridge/Bridge_AccountTest.php index 376e9963da..abd275be21 100644 --- a/tests/Bridge/Bridge_AccountTest.php +++ b/tests/Bridge/Bridge_AccountTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/Bridge_datas.inc'; -/** - * Test class for Bridge_Account. - * Generated by PHPUnit on 2011-10-10 at 13:38:20. - */ class Bridge_AccountTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Bridge/Bridge_ApiTest.php b/tests/Bridge/Bridge_ApiTest.php index 01e3f6d493..d958bbbead 100644 --- a/tests/Bridge/Bridge_ApiTest.php +++ b/tests/Bridge/Bridge_ApiTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/Bridge_datas.inc'; -/** - * Test class for Bridge_Api. - * Generated by PHPUnit on 2011-10-10 at 13:38:20. - */ class Bridge_ApiTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Bridge/Bridge_ElementTest.php b/tests/Bridge/Bridge_ElementTest.php index e727ede56a..b9ba2f74b5 100644 --- a/tests/Bridge/Bridge_ElementTest.php +++ b/tests/Bridge/Bridge_ElementTest.php @@ -3,10 +3,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; require_once __DIR__ . '/Bridge_datas.inc'; -/** - * Test class for Bridge_Element. - * Generated by PHPUnit on 2011-10-10 at 13:38:20. - */ class Bridge_ElementTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Feed/Entry/Feed_Entry_AdapterTest.php b/tests/Feed/Entry/Feed_Entry_AdapterTest.php index 76d1b0cfcd..5229208f55 100644 --- a/tests/Feed/Entry/Feed_Entry_AdapterTest.php +++ b/tests/Feed/Entry/Feed_Entry_AdapterTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Feed_Entry_Adapter. - * Generated by PHPUnit on 2011-07-01 at 15:26:00. - */ class Feed_Entry_AdapterTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Feed/Entry/Feed_Entry_CollectionTest.php b/tests/Feed/Entry/Feed_Entry_CollectionTest.php index 6b59ca4551..6954f7f652 100644 --- a/tests/Feed/Entry/Feed_Entry_CollectionTest.php +++ b/tests/Feed/Entry/Feed_Entry_CollectionTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Feed_Entry_Collection. - * Generated by PHPUnit on 2011-07-01 at 15:26:00. - */ class Feed_Entry_CollectionTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Feed/Entry/Feed_Entry_ItemTest.php b/tests/Feed/Entry/Feed_Entry_ItemTest.php index f1763c7d53..d0415db48d 100644 --- a/tests/Feed/Entry/Feed_Entry_ItemTest.php +++ b/tests/Feed/Entry/Feed_Entry_ItemTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Feed_Entry_Item. - * Generated by PHPUnit on 2011-07-01 at 15:26:00. - */ class Feed_Entry_ItemTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Feed/Feed_AdapterTest.php b/tests/Feed/Feed_AdapterTest.php index 08c2107f94..3476edc461 100644 --- a/tests/Feed/Feed_AdapterTest.php +++ b/tests/Feed/Feed_AdapterTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Feed_Adapter. - * Generated by PHPUnit on 2011-07-01 at 15:26:00. - */ class Feed_AdapterTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Feed/Feed_AggregateTest.php b/tests/Feed/Feed_AggregateTest.php index 84c9a272b3..872ae7f048 100644 --- a/tests/Feed/Feed_AggregateTest.php +++ b/tests/Feed/Feed_AggregateTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Feed_Aggregate. - * Generated by PHPUnit on 2011-07-01 at 15:25:59. - */ class Feed_AggregateTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Feed/Feed_CollectionTest.php b/tests/Feed/Feed_CollectionTest.php index 3851dce7a2..c4f73672aa 100644 --- a/tests/Feed/Feed_CollectionTest.php +++ b/tests/Feed/Feed_CollectionTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Feed_Collection. - * Generated by PHPUnit on 2011-07-01 at 15:25:59. - */ class Feed_CollectionTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Feed/Feed_LinkTest.php b/tests/Feed/Feed_LinkTest.php index aec7d164ae..11bc83a184 100644 --- a/tests/Feed/Feed_LinkTest.php +++ b/tests/Feed/Feed_LinkTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Feed_Link. - * Generated by PHPUnit on 2011-07-01 at 15:25:59. - */ class Feed_LinkTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/Feed/Publisher/Feed_Publisher_AdapterTest.php b/tests/Feed/Publisher/Feed_Publisher_AdapterTest.php index e1df744e18..1759befea4 100644 --- a/tests/Feed/Publisher/Feed_Publisher_AdapterTest.php +++ b/tests/Feed/Publisher/Feed_Publisher_AdapterTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for Feed_Publisher_Adapter. - * Generated by PHPUnit on 2011-07-01 at 15:26:00. - */ class Feed_Publisher_AdapterTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/Feed/XML/Feed_XML_AtomTest.php b/tests/Feed/XML/Feed_XML_AtomTest.php index b5e3f8c1e1..d71073e937 100644 --- a/tests/Feed/XML/Feed_XML_AtomTest.php +++ b/tests/Feed/XML/Feed_XML_AtomTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Feed_XML_Atom. - * Generated by PHPUnit on 2011-07-01 at 15:26:01. - */ class Feed_XML_AtomTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/Feed/XML/Feed_XML_RSSTest.php b/tests/Feed/XML/Feed_XML_RSSTest.php index a57be50dea..82cdb2f3f4 100644 --- a/tests/Feed/XML/Feed_XML_RSSTest.php +++ b/tests/Feed/XML/Feed_XML_RSSTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Feed_XML_RSS. - * Generated by PHPUnit on 2011-07-01 at 15:26:00. - */ class Feed_XML_RSSTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/Feed/XML/RSS/Feed_XML_RSS_ImageTest.php b/tests/Feed/XML/RSS/Feed_XML_RSS_ImageTest.php index 359df0b135..956a6818b7 100644 --- a/tests/Feed/XML/RSS/Feed_XML_RSS_ImageTest.php +++ b/tests/Feed/XML/RSS/Feed_XML_RSS_ImageTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Feed_XML_RSS_Image. - * Generated by PHPUnit on 2011-07-04 at 14:41:48. - */ class Feed_XML_RSS_ImageTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/Session/Authentication/Session_Authentication_GuestTest.php b/tests/Session/Authentication/Session_Authentication_GuestTest.php index 6c7aec17c8..38ae196684 100644 --- a/tests/Session/Authentication/Session_Authentication_GuestTest.php +++ b/tests/Session/Authentication/Session_Authentication_GuestTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Session_Authentication_Guest. - * Generated by PHPUnit on 2011-08-02 at 15:48:08. - */ class Session_Authentication_GuestTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class Session_Authentication_GuestTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->object = new Session_Authentication_Guest(appbox::get_instance(\bootstrap::getCore())); @@ -44,5 +36,3 @@ class Session_Authentication_GuestTest extends PhraseanetPHPUnitAbstract } - -?> diff --git a/tests/Session/Authentication/Session_Authentication_NativeTest.php b/tests/Session/Authentication/Session_Authentication_NativeTest.php index 06bb049160..02ebcd32c1 100644 --- a/tests/Session/Authentication/Session_Authentication_NativeTest.php +++ b/tests/Session/Authentication/Session_Authentication_NativeTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Session_Authentication_Native. - * Generated by PHPUnit on 2011-08-02 at 15:48:08. - */ class Session_Authentication_NativeTest extends PhraseanetPHPUnitAbstract { @@ -15,10 +11,6 @@ class Session_Authentication_NativeTest extends PhraseanetPHPUnitAbstract protected $object; protected $local_user; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $login = 'testlogin'; @@ -54,5 +46,3 @@ class Session_Authentication_NativeTest extends PhraseanetPHPUnitAbstract } - -?> diff --git a/tests/Session/Authentication/Session_Authentication_PersistentCookieTest.php b/tests/Session/Authentication/Session_Authentication_PersistentCookieTest.php index 088ba71998..6b9767a4ab 100644 --- a/tests/Session/Authentication/Session_Authentication_PersistentCookieTest.php +++ b/tests/Session/Authentication/Session_Authentication_PersistentCookieTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Session_Authentication_PersistentCookie. - * Generated by PHPUnit on 2011-08-02 at 15:48:08. - */ class Session_Authentication_PersistentCookieTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class Session_Authentication_PersistentCookieTest extends PhraseanetPHPUnitAbstr */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { // $this->object = new Session_Authentication_PersistentCookie; @@ -66,5 +58,3 @@ class Session_Authentication_PersistentCookieTest extends PhraseanetPHPUnitAbstr } } - -?> diff --git a/tests/Session/Authentication/Session_Authentication_TokenTest.php b/tests/Session/Authentication/Session_Authentication_TokenTest.php index ad60574965..c856889be7 100644 --- a/tests/Session/Authentication/Session_Authentication_TokenTest.php +++ b/tests/Session/Authentication/Session_Authentication_TokenTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Session_Authentication_Token. - * Generated by PHPUnit on 2011-08-02 at 15:48:08. - */ class Session_Authentication_TokenTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class Session_Authentication_TokenTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { // $this->object = new Session_Authentication_Token; @@ -66,5 +58,3 @@ class Session_Authentication_TokenTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/Session/Session_HandlerTest.php b/tests/Session/Session_HandlerTest.php index 98e7a1177d..ad4f70106a 100644 --- a/tests/Session/Session_HandlerTest.php +++ b/tests/Session/Session_HandlerTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Session_Handler. - * Generated by PHPUnit on 2011-08-02 at 16:45:00. - */ class Session_HandlerTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class Session_HandlerTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->object = Session_Handler::getInstance(appbox::get_instance(\bootstrap::getCore())); @@ -446,5 +438,3 @@ class Session_HandlerTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/Session/Session_LoggerTest.php b/tests/Session/Session_LoggerTest.php index 3b3c6e736f..6cf70d034c 100644 --- a/tests/Session/Session_LoggerTest.php +++ b/tests/Session/Session_LoggerTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Session_Logger. - * Generated by PHPUnit on 2011-08-02 at 16:45:00. - */ class Session_LoggerTest extends PhraseanetPHPUnitAbstract { @@ -24,10 +20,6 @@ class Session_LoggerTest extends PhraseanetPHPUnitAbstract */ protected $databox; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { diff --git a/tests/Session/Session_PhraseaTest.php b/tests/Session/Session_PhraseaTest.php index 8bb6cfae85..1543c7e994 100644 --- a/tests/Session/Session_PhraseaTest.php +++ b/tests/Session/Session_PhraseaTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Session_Phrasea. - * Generated by PHPUnit on 2011-08-02 at 16:45:00. - */ class Session_PhraseaTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class Session_PhraseaTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { // $this->object = new Session_Phrasea; @@ -111,5 +103,3 @@ class Session_PhraseaTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/Session/Storage/Session_Storage_CommandLineTest.php b/tests/Session/Storage/Session_Storage_CommandLineTest.php index 321c09ba59..184364a8e7 100644 --- a/tests/Session/Storage/Session_Storage_CommandLineTest.php +++ b/tests/Session/Storage/Session_Storage_CommandLineTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Session_Storage_CommandLine. - * Generated by PHPUnit on 2011-08-02 at 16:11:02. - */ class Session_Storage_CommandLineTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class Session_Storage_CommandLineTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { // $this->object = new Session_Storage_CommandLine; @@ -121,5 +113,3 @@ class Session_Storage_CommandLineTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/Session/Storage/Session_Storage_PHPSessionTest.php b/tests/Session/Storage/Session_Storage_PHPSessionTest.php index d3e3bdb421..846c4d4abb 100644 --- a/tests/Session/Storage/Session_Storage_PHPSessionTest.php +++ b/tests/Session/Storage/Session_Storage_PHPSessionTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Session_Storage_PHPSession. - * Generated by PHPUnit on 2011-08-02 at 16:11:02. - */ class Session_Storage_PHPSessionTest extends PHPUnit_Framework_TestCase { @@ -14,10 +10,6 @@ class Session_Storage_PHPSessionTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { // $this->object = new Session_Storage_PHPSession; @@ -132,5 +124,3 @@ class Session_Storage_PHPSessionTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/Setup/Setup_ConstraintTest.php b/tests/Setup/Setup_ConstraintTest.php index c7c6decd17..abee695fc9 100644 --- a/tests/Setup/Setup_ConstraintTest.php +++ b/tests/Setup/Setup_ConstraintTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Setup_Constraint. - * Generated by PHPUnit on 2011-10-27 at 18:08:06. - */ class Setup_ConstraintTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/Setup/Setup_UpgradeTest.php b/tests/Setup/Setup_UpgradeTest.php index ac9cd1e29b..eb1aaba5b4 100644 --- a/tests/Setup/Setup_UpgradeTest.php +++ b/tests/Setup/Setup_UpgradeTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for Setup_Upgrade. - * Generated by PHPUnit on 2011-10-28 at 12:37:52. - */ class Setup_UpgradeTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/api/oauthv2/API_OAuth2_RefreshTokenTest.php b/tests/api/oauthv2/API_OAuth2_RefreshTokenTest.php index 2c604dec03..b2354306ee 100644 --- a/tests/api/oauthv2/API_OAuth2_RefreshTokenTest.php +++ b/tests/api/oauthv2/API_OAuth2_RefreshTokenTest.php @@ -104,5 +104,3 @@ class API_OAuth2_RefreshTokenTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/api/v1/api_v1_adapterTest.php b/tests/api/v1/api_v1_adapterTest.php index 9422dabf74..4bd98c6ae0 100644 --- a/tests/api/v1/api_v1_adapterTest.php +++ b/tests/api/v1/api_v1_adapterTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for API_V1_adapter. - * Generated by PHPUnit on 2011-06-01 at 11:15:40. - */ use Symfony\Component\HttpFoundation\Request; class API_V1_adapterTest extends PhraseanetPHPUnitAuthenticatedAbstract diff --git a/tests/api/v1/api_v1_resultTest.php b/tests/api/v1/api_v1_resultTest.php index 5cb6f0edd1..1bc1fc7d03 100644 --- a/tests/api/v1/api_v1_resultTest.php +++ b/tests/api/v1/api_v1_resultTest.php @@ -4,10 +4,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc' use Symfony\Component\HttpFoundation\Request; -/** - * Test class for API_V1_result. - * Generated by PHPUnit on 2011-10-27 at 12:28:20. - */ class API_V1_resultTest extends PhraseanetPHPUnitAuthenticatedAbstract { @@ -16,10 +12,6 @@ class API_V1_resultTest extends PhraseanetPHPUnitAuthenticatedAbstract */ protected $api; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->api = $this->getMock("API_V1_adapter", array("get_version"), array(), "", false); @@ -351,5 +343,3 @@ class API_V1_resultTest extends PhraseanetPHPUnitAuthenticatedAbstract } } - -?> diff --git a/tests/caption/caption_recordTest.php b/tests/caption/caption_recordTest.php index fbe02a3a8c..e40ec75634 100644 --- a/tests/caption/caption_recordTest.php +++ b/tests/caption/caption_recordTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for caption_record. - * Generated by PHPUnit on 2012-03-20 at 15:12:31. - */ class caption_recordTest extends PhraseanetPHPUnitAbstract { @@ -15,10 +11,6 @@ class caption_recordTest extends PhraseanetPHPUnitAbstract protected $object; protected static $need_records = 1; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->object = new caption_record(self::$record_1, self::$record_1->get_databox()); diff --git a/tests/databox/Field/DCES/databox_Field_DCES_ContributorTest.php b/tests/databox/Field/DCES/databox_Field_DCES_ContributorTest.php index 46f3cba24c..4ed2ed66bd 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_ContributorTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_ContributorTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Contributor. - * Generated by PHPUnit on 2011-07-11 at 15:33:39. - */ class databox_Field_DCES_ContributorTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_CoverageTest.php b/tests/databox/Field/DCES/databox_Field_DCES_CoverageTest.php index 1a8c961e39..0e06864ada 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_CoverageTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_CoverageTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Coverage. - * Generated by PHPUnit on 2011-07-11 at 15:33:39. - */ class databox_Field_DCES_CoverageTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_CreatorTest.php b/tests/databox/Field/DCES/databox_Field_DCES_CreatorTest.php index d5e0a18481..5c9684d441 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_CreatorTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_CreatorTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Creator. - * Generated by PHPUnit on 2011-07-11 at 15:33:39. - */ class databox_Field_DCES_CreatorTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_DateTest.php b/tests/databox/Field/DCES/databox_Field_DCES_DateTest.php index 81f80da3a2..91d71c3263 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_DateTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_DateTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Date. - * Generated by PHPUnit on 2011-07-11 at 15:33:39. - */ class databox_Field_DCES_DateTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_DescriptionTest.php b/tests/databox/Field/DCES/databox_Field_DCES_DescriptionTest.php index d9e19df155..87a93cb05f 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_DescriptionTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_DescriptionTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Description. - * Generated by PHPUnit on 2011-07-11 at 15:33:40. - */ class databox_Field_DCES_DescriptionTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_FormatTest.php b/tests/databox/Field/DCES/databox_Field_DCES_FormatTest.php index e58b82b815..568dd15859 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_FormatTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_FormatTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Format. - * Generated by PHPUnit on 2011-07-11 at 15:33:40. - */ class databox_Field_DCES_FormatTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_IdentifierTest.php b/tests/databox/Field/DCES/databox_Field_DCES_IdentifierTest.php index 943401ecf8..759190de44 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_IdentifierTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_IdentifierTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Identifier. - * Generated by PHPUnit on 2011-07-11 at 15:33:40. - */ class databox_Field_DCES_IdentifierTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_LanguageTest.php b/tests/databox/Field/DCES/databox_Field_DCES_LanguageTest.php index 84982dc675..0ed9902a0b 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_LanguageTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_LanguageTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Language. - * Generated by PHPUnit on 2011-07-11 at 15:33:40. - */ class databox_Field_DCES_LanguageTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_PublisherTest.php b/tests/databox/Field/DCES/databox_Field_DCES_PublisherTest.php index 1adf98734c..3cd2107669 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_PublisherTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_PublisherTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Publisher. - * Generated by PHPUnit on 2011-07-11 at 15:33:40. - */ class databox_Field_DCES_PublisherTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_RelationTest.php b/tests/databox/Field/DCES/databox_Field_DCES_RelationTest.php index 47e27db0b4..7b011aa568 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_RelationTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_RelationTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Relation. - * Generated by PHPUnit on 2011-07-11 at 15:33:40. - */ class databox_Field_DCES_RelationTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_RightsTest.php b/tests/databox/Field/DCES/databox_Field_DCES_RightsTest.php index dd38d38fee..de6ad2bb31 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_RightsTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_RightsTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Rights. - * Generated by PHPUnit on 2011-07-11 at 15:33:40. - */ class databox_Field_DCES_RightsTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_SourceTest.php b/tests/databox/Field/DCES/databox_Field_DCES_SourceTest.php index 33e0ab8a6a..3492223257 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_SourceTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_SourceTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Source. - * Generated by PHPUnit on 2011-07-11 at 15:33:40. - */ class databox_Field_DCES_SourceTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_SubjectTest.php b/tests/databox/Field/DCES/databox_Field_DCES_SubjectTest.php index 0e03b3b20d..e22ea99604 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_SubjectTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_SubjectTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Subject. - * Generated by PHPUnit on 2011-07-11 at 15:33:41. - */ class databox_Field_DCES_SubjectTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_TitleTest.php b/tests/databox/Field/DCES/databox_Field_DCES_TitleTest.php index 25d4935905..b67cc8a35a 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_TitleTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_TitleTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Title. - * Generated by PHPUnit on 2011-07-11 at 15:33:41. - */ class databox_Field_DCES_TitleTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/DCES/databox_Field_DCES_TypeTest.php b/tests/databox/Field/DCES/databox_Field_DCES_TypeTest.php index 6b463d6d27..7fca318084 100644 --- a/tests/databox/Field/DCES/databox_Field_DCES_TypeTest.php +++ b/tests/databox/Field/DCES/databox_Field_DCES_TypeTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCES_Type. - * Generated by PHPUnit on 2011-07-11 at 15:33:41. - */ class databox_Field_DCES_TypeTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/databox/Field/databox_Field_DCESAbstractTest.php b/tests/databox/Field/databox_Field_DCESAbstractTest.php index 68799ee526..ca94c22216 100644 --- a/tests/databox/Field/databox_Field_DCESAbstractTest.php +++ b/tests/databox/Field/databox_Field_DCESAbstractTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_Field_DCESAbstract. - * Generated by PHPUnit on 2011-11-03 at 15:21:35. - */ class databox_Field_DCESAbstractTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_Field_DCESAbstractTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -66,5 +58,3 @@ class databox_Field_DCESAbstractTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/databox_cguTest.php b/tests/databox/databox_cguTest.php index f9d7d0b90a..5614c8a683 100644 --- a/tests/databox/databox_cguTest.php +++ b/tests/databox/databox_cguTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_cgu. - * Generated by PHPUnit on 2011-11-03 at 15:21:28. - */ class databox_cguTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_cguTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -66,5 +58,3 @@ class databox_cguTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/databox_descriptionStructureTest.php b/tests/databox/databox_descriptionStructureTest.php index 426f9efde1..53b71111cb 100644 --- a/tests/databox/databox_descriptionStructureTest.php +++ b/tests/databox/databox_descriptionStructureTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_descriptionStructure. - * Generated by PHPUnit on 2011-11-03 at 15:21:27. - */ class databox_descriptionStructureTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_descriptionStructureTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -110,5 +102,3 @@ class databox_descriptionStructureTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/databox_fieldTest.php b/tests/databox/databox_fieldTest.php index f6e93dd923..92437774d3 100644 --- a/tests/databox/databox_fieldTest.php +++ b/tests/databox/databox_fieldTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_field. - * Generated by PHPUnit on 2011-11-03 at 15:21:28. - */ class databox_fieldTest extends PhraseanetPHPUnitAbstract { @@ -19,10 +15,6 @@ class databox_fieldTest extends PhraseanetPHPUnitAbstract protected $name_multi; protected static $need_records = 1; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { $this->databox = self::$record_1->get_databox(); @@ -525,5 +517,3 @@ class databox_fieldTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/databox_fieldUnknownTest.php b/tests/databox/databox_fieldUnknownTest.php index 9b12aea31e..756e1ec744 100644 --- a/tests/databox/databox_fieldUnknownTest.php +++ b/tests/databox/databox_fieldUnknownTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_fieldUnknown. - * Generated by PHPUnit on 2011-11-03 at 15:21:25. - */ class databox_fieldUnknownTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_fieldUnknownTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -88,5 +80,3 @@ class databox_fieldUnknownTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/databox_statusTest.php b/tests/databox/databox_statusTest.php index 57c62f164f..54b6427a24 100644 --- a/tests/databox/databox_statusTest.php +++ b/tests/databox/databox_statusTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_status. - * Generated by PHPUnit on 2011-11-03 at 15:21:23. - */ class databox_statusTest extends PhraseanetPHPUnitAbstract { @@ -180,5 +176,3 @@ class databox_statusTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/databox_subdefAbstractTest.php b/tests/databox/databox_subdefAbstractTest.php index d43deecb2d..2492ded903 100644 --- a/tests/databox/databox_subdefAbstractTest.php +++ b/tests/databox/databox_subdefAbstractTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdefAbstract. - * Generated by PHPUnit on 2011-11-03 at 15:21:30. - */ class databox_subdefAbstractTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdefAbstractTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -165,5 +157,3 @@ class databox_subdefAbstractTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/databox_subdefsStructureTest.php b/tests/databox/databox_subdefsStructureTest.php index eef3364fd8..07678431ce 100644 --- a/tests/databox/databox_subdefsStructureTest.php +++ b/tests/databox/databox_subdefsStructureTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdefsStructure. - * Generated by PHPUnit on 2011-11-03 at 15:21:30. - */ class databox_subdefsStructureTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdefsStructureTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -88,5 +80,3 @@ class databox_subdefsStructureTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/subdef/databox_subdef_audioTest.php b/tests/databox/subdef/databox_subdef_audioTest.php index 6397fb8afc..57cd2fe21e 100644 --- a/tests/databox/subdef/databox_subdef_audioTest.php +++ b/tests/databox/subdef/databox_subdef_audioTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_audio. - * Generated by PHPUnit on 2011-11-03 at 15:21:34. - */ class databox_subdef_audioTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_audioTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -38,5 +30,3 @@ class databox_subdef_audioTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/subdef/databox_subdef_documentTest.php b/tests/databox/subdef/databox_subdef_documentTest.php index 25d81fb766..c0af62a2cc 100644 --- a/tests/databox/subdef/databox_subdef_documentTest.php +++ b/tests/databox/subdef/databox_subdef_documentTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_document. - * Generated by PHPUnit on 2011-11-03 at 15:21:33. - */ class databox_subdef_documentTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_documentTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -37,5 +29,3 @@ class databox_subdef_documentTest extends PhraseanetPHPUnitAbstract $this->markTestIncomplete(); } } - -?> diff --git a/tests/databox/subdef/databox_subdef_flashTest.php b/tests/databox/subdef/databox_subdef_flashTest.php index 2231ac3636..1051d7c80e 100644 --- a/tests/databox/subdef/databox_subdef_flashTest.php +++ b/tests/databox/subdef/databox_subdef_flashTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_flash. - * Generated by PHPUnit on 2011-11-03 at 15:21:34. - */ class databox_subdef_flashTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_flashTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -37,5 +29,3 @@ class databox_subdef_flashTest extends PhraseanetPHPUnitAbstract $this->markTestIncomplete(); } } - -?> diff --git a/tests/databox/subdef/databox_subdef_imageTest.php b/tests/databox/subdef/databox_subdef_imageTest.php index e7164fe6ac..d0aa2bc482 100644 --- a/tests/databox/subdef/databox_subdef_imageTest.php +++ b/tests/databox/subdef/databox_subdef_imageTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_image. - * Generated by PHPUnit on 2011-11-03 at 15:21:33. - */ class databox_subdef_imageTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_imageTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -37,5 +29,3 @@ class databox_subdef_imageTest extends PhraseanetPHPUnitAbstract $this->markTestIncomplete(); } } - -?> diff --git a/tests/databox/subdef/databox_subdef_mediatypeAbstractTest.php b/tests/databox/subdef/databox_subdef_mediatypeAbstractTest.php index 341882513e..2b7515e515 100644 --- a/tests/databox/subdef/databox_subdef_mediatypeAbstractTest.php +++ b/tests/databox/subdef/databox_subdef_mediatypeAbstractTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_mediatypeAbstract. - * Generated by PHPUnit on 2011-11-03 at 15:21:35. - */ class databox_subdef_mediatypeAbstractTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_mediatypeAbstractTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -44,5 +36,3 @@ class databox_subdef_mediatypeAbstractTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/subdef/databox_subdef_videoTest.php b/tests/databox/subdef/databox_subdef_videoTest.php index 6a29159937..13acf0dab3 100644 --- a/tests/databox/subdef/databox_subdef_videoTest.php +++ b/tests/databox/subdef/databox_subdef_videoTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_video. - * Generated by PHPUnit on 2011-11-03 at 15:21:35. - */ class databox_subdef_videoTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_videoTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -37,5 +29,3 @@ class databox_subdef_videoTest extends PhraseanetPHPUnitAbstract $this->markTestIncomplete(); } } - -?> diff --git a/tests/databox/subdef/mediatype/databox_subdef_mediatype_audioTest.php b/tests/databox/subdef/mediatype/databox_subdef_mediatype_audioTest.php index 9c6939d54e..125552a7dc 100644 --- a/tests/databox/subdef/mediatype/databox_subdef_mediatype_audioTest.php +++ b/tests/databox/subdef/mediatype/databox_subdef_mediatype_audioTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_mediatype_audio. - * Generated by PHPUnit on 2011-11-03 at 15:21:41. - */ class databox_subdef_mediatype_audioTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_mediatype_audioTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -44,5 +36,3 @@ class databox_subdef_mediatype_audioTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/subdef/mediatype/databox_subdef_mediatype_flexpaperTest.php b/tests/databox/subdef/mediatype/databox_subdef_mediatype_flexpaperTest.php index fcea86ab0d..37fe8a5875 100644 --- a/tests/databox/subdef/mediatype/databox_subdef_mediatype_flexpaperTest.php +++ b/tests/databox/subdef/mediatype/databox_subdef_mediatype_flexpaperTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_mediatype_flexpaper. - * Generated by PHPUnit on 2011-11-03 at 15:21:40. - */ class databox_subdef_mediatype_flexpaperTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_mediatype_flexpaperTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -44,5 +36,3 @@ class databox_subdef_mediatype_flexpaperTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/subdef/mediatype/databox_subdef_mediatype_gifTest.php b/tests/databox/subdef/mediatype/databox_subdef_mediatype_gifTest.php index 6ae94e8635..342875b262 100644 --- a/tests/databox/subdef/mediatype/databox_subdef_mediatype_gifTest.php +++ b/tests/databox/subdef/mediatype/databox_subdef_mediatype_gifTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_mediatype_gif. - * Generated by PHPUnit on 2011-11-03 at 15:21:38. - */ class databox_subdef_mediatype_gifTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_mediatype_gifTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -44,5 +36,3 @@ class databox_subdef_mediatype_gifTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/subdef/mediatype/databox_subdef_mediatype_imageTest.php b/tests/databox/subdef/mediatype/databox_subdef_mediatype_imageTest.php index 6aa098a624..c52015fb1e 100644 --- a/tests/databox/subdef/mediatype/databox_subdef_mediatype_imageTest.php +++ b/tests/databox/subdef/mediatype/databox_subdef_mediatype_imageTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_mediatype_image. - * Generated by PHPUnit on 2011-11-03 at 15:21:37. - */ class databox_subdef_mediatype_imageTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_mediatype_imageTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -44,5 +36,3 @@ class databox_subdef_mediatype_imageTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/databox/subdef/mediatype/databox_subdef_mediatype_videoTest.php b/tests/databox/subdef/mediatype/databox_subdef_mediatype_videoTest.php index cbec52a13b..640b00a5cb 100644 --- a/tests/databox/subdef/mediatype/databox_subdef_mediatype_videoTest.php +++ b/tests/databox/subdef/mediatype/databox_subdef_mediatype_videoTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for databox_subdef_mediatype_video. - * Generated by PHPUnit on 2011-11-03 at 15:21:37. - */ class databox_subdef_mediatype_videoTest extends PhraseanetPHPUnitAbstract { @@ -14,10 +10,6 @@ class databox_subdef_mediatype_videoTest extends PhraseanetPHPUnitAbstract */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ public function setUp() { @@ -44,5 +36,3 @@ class databox_subdef_mediatype_videoTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/geonamesTest.php b/tests/geonamesTest.php index 5f18d335a7..29e8af53db 100644 --- a/tests/geonamesTest.php +++ b/tests/geonamesTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for geonames. - * Generated by PHPUnit on 2011-05-31 at 12:36:40. - */ class geonamesTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/http/http_requestTest.php b/tests/http/http_requestTest.php index 08347215f9..995649956b 100644 --- a/tests/http/http_requestTest.php +++ b/tests/http/http_requestTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for http_request. - * Generated by PHPUnit on 2011-09-05 at 18:29:37. - */ class http_requestTest extends PHPUnit_Framework_TestCase { @@ -14,10 +10,6 @@ class http_requestTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ protected function setUp() { $this->object = new http_request(); @@ -215,5 +207,3 @@ class http_requestTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/lazaretFileTest.php b/tests/lazaretFileTest.php index 6e4fcc4785..452e7302fd 100644 --- a/tests/lazaretFileTest.php +++ b/tests/lazaretFileTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for lazaretFile. - * Generated by PHPUnit on 2011-05-31 at 12:36:40. - */ class lazaretFileTest extends PhraseanetPHPUnitAbstract { @@ -70,5 +66,3 @@ class lazaretFileTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/lazaretTest.php b/tests/lazaretTest.php index 5635db9dc9..af038aecca 100644 --- a/tests/lazaretTest.php +++ b/tests/lazaretTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for lazaret. - * Generated by PHPUnit on 2011-05-31 at 12:37:19. - */ class lazaretTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/listeTest.php b/tests/listeTest.php index 0e1a7dd4a3..0013a3736f 100644 --- a/tests/listeTest.php +++ b/tests/listeTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for liste. - * Generated by PHPUnit on 2011-07-06 at 18:40:27. - */ class listeTest extends PhraseanetPHPUnitAbstract { @@ -26,5 +22,3 @@ class listeTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/loginTest.php b/tests/loginTest.php index 37509f5c9c..656a8a7e0f 100644 --- a/tests/loginTest.php +++ b/tests/loginTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for login. - * Generated by PHPUnit on 2011-07-06 at 18:40:27. - */ class loginTest extends PhraseanetPHPUnitAbstract { @@ -81,5 +77,3 @@ class loginTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/logsTest.php b/tests/logsTest.php index d519c68d93..3ca16ea967 100644 --- a/tests/logsTest.php +++ b/tests/logsTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for logs. - * Generated by PHPUnit on 2011-07-06 at 18:40:27. - */ class logsTest extends PhraseanetPHPUnitAbstract { @@ -26,5 +22,3 @@ class logsTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/mailTest.php b/tests/mailTest.php index 00aa21f48b..cb1406fe23 100644 --- a/tests/mailTest.php +++ b/tests/mailTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for mail. - * Generated by PHPUnit on 2011-07-06 at 18:40:27. - */ class mailTest extends PhraseanetPHPUnitAbstract { @@ -169,5 +165,3 @@ class mailTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/media/Permalink/media_Permalink_AdapterTest.php b/tests/media/Permalink/media_Permalink_AdapterTest.php index d3535c3d5b..65506ac307 100644 --- a/tests/media/Permalink/media_Permalink_AdapterTest.php +++ b/tests/media/Permalink/media_Permalink_AdapterTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for media_Permalink_Adapter. - * Generated by PHPUnit on 2011-05-27 at 18:10:20. - */ class media_Permalink_AdapterTest extends PhraseanetPHPUnitAbstract { @@ -151,5 +147,3 @@ class media_Permalink_AdapterTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/metadata/description/descriptionTest.php b/tests/metadata/description/descriptionTest.php index 6264355446..6e5adc5b17 100644 --- a/tests/metadata/description/descriptionTest.php +++ b/tests/metadata/description/descriptionTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for geonames. - * Generated by PHPUnit on 2011-05-31 at 12:36:40. - */ class metadataDescriptionTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/module/console/module_console_aboutAuthorsTest.php b/tests/module/console/module_console_aboutAuthorsTest.php index 1baa6c13b0..3a9025d660 100644 --- a/tests/module/console/module_console_aboutAuthorsTest.php +++ b/tests/module/console/module_console_aboutAuthorsTest.php @@ -6,10 +6,6 @@ use Symfony\Component\Console\Tester\CommandTester; use \Symfony\Component\Console\Application; -/** - * Test class for module_console_aboutAuthors. - * Generated by PHPUnit on 2011-11-03 at 15:58:18. - */ class module_console_aboutAuthorsTest extends PHPUnit_Framework_TestCase { @@ -39,5 +35,3 @@ class module_console_aboutAuthorsTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/module/console/module_console_aboutLicenseTest.php b/tests/module/console/module_console_aboutLicenseTest.php index 5e6f743c82..261295e91e 100644 --- a/tests/module/console/module_console_aboutLicenseTest.php +++ b/tests/module/console/module_console_aboutLicenseTest.php @@ -4,10 +4,6 @@ require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class. use Symfony\Component\Console\Tester\CommandTester; use \Symfony\Component\Console\Application; -/** - * Test class for module_console_aboutLicense. - * Generated by PHPUnit on 2011-11-03 at 16:10:59. - */ class module_console_aboutLicenseTest extends PHPUnit_Framework_TestCase { @@ -36,5 +32,3 @@ class module_console_aboutLicenseTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/module/console/module_console_schedulerStartTest.php b/tests/module/console/module_console_schedulerStartTest.php index e116e13552..95b3868efe 100644 --- a/tests/module/console/module_console_schedulerStartTest.php +++ b/tests/module/console/module_console_schedulerStartTest.php @@ -4,10 +4,6 @@ require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class. use Symfony\Component\Console\Tester\CommandTester; use \Symfony\Component\Console\Application; -/** - * Test class for module_console_schedulerStart. - * Generated by PHPUnit on 2011-11-03 at 16:11:06. - */ class module_console_schedulerStartTest extends PHPUnit_Framework_TestCase { @@ -16,10 +12,6 @@ class module_console_schedulerStartTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ protected function setUp() { @@ -46,5 +38,3 @@ class module_console_schedulerStartTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/module/console/module_console_schedulerStateTest.php b/tests/module/console/module_console_schedulerStateTest.php index 6e69506805..e0b63236d5 100644 --- a/tests/module/console/module_console_schedulerStateTest.php +++ b/tests/module/console/module_console_schedulerStateTest.php @@ -4,10 +4,6 @@ require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class. use Symfony\Component\Console\Tester\CommandTester; use \Symfony\Component\Console\Application; -/** - * Test class for module_console_schedulerState. - * Generated by PHPUnit on 2011-11-03 at 16:11:07. - */ class module_console_schedulerStateTest extends PHPUnit_Framework_TestCase { @@ -31,5 +27,3 @@ class module_console_schedulerStateTest extends PHPUnit_Framework_TestCase } - -?> diff --git a/tests/module/console/module_console_systemTemplateGeneratorTest.php b/tests/module/console/module_console_systemTemplateGeneratorTest.php index c327213ddc..9144975283 100644 --- a/tests/module/console/module_console_systemTemplateGeneratorTest.php +++ b/tests/module/console/module_console_systemTemplateGeneratorTest.php @@ -4,10 +4,6 @@ require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class. use Symfony\Component\Console\Tester\CommandTester; use \Symfony\Component\Console\Application; -/** - * Test class for module_console_systemTemplateGenerator. - * Generated by PHPUnit on 2011-11-03 at 16:11:08. - */ class module_console_systemTemplateGeneratorTest extends PHPUnit_Framework_TestCase { public function testExecute() @@ -28,5 +24,3 @@ class module_console_systemTemplateGeneratorTest extends PHPUnit_Framework_TestC } - -?> diff --git a/tests/module/console/module_console_systemUpgradeTest.php b/tests/module/console/module_console_systemUpgradeTest.php index 5822ae2361..2acc00803c 100644 --- a/tests/module/console/module_console_systemUpgradeTest.php +++ b/tests/module/console/module_console_systemUpgradeTest.php @@ -4,10 +4,6 @@ require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class. use Symfony\Component\Console\Tester\CommandTester; use \Symfony\Component\Console\Application; -/** - * Test class for module_console_systemUpgrade. - * Generated by PHPUnit on 2011-11-03 at 16:11:10. - */ class module_console_systemUpgradeTest extends PHPUnit_Framework_TestCase { @@ -16,10 +12,6 @@ class module_console_systemUpgradeTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ protected function setUp() { @@ -46,5 +38,3 @@ class module_console_systemUpgradeTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/module/console/module_console_tasklistTest.php b/tests/module/console/module_console_tasklistTest.php index fd0291834a..60a02e01df 100644 --- a/tests/module/console/module_console_tasklistTest.php +++ b/tests/module/console/module_console_tasklistTest.php @@ -4,10 +4,6 @@ require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class. use Symfony\Component\Console\Tester\CommandTester; use \Symfony\Component\Console\Application; -/** - * Test class for module_console_tasklist. - * Generated by PHPUnit on 2011-11-03 at 16:11:10. - */ class module_console_tasklistTest extends PHPUnit_Framework_TestCase { @@ -43,5 +39,3 @@ class module_console_tasklistTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/module/console/module_console_taskrunTest.php b/tests/module/console/module_console_taskrunTest.php index 710f49cc2e..ee5b8db8d3 100644 --- a/tests/module/console/module_console_taskrunTest.php +++ b/tests/module/console/module_console_taskrunTest.php @@ -4,10 +4,6 @@ require_once __DIR__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class. use Symfony\Component\Console\Tester\CommandTester; use \Symfony\Component\Console\Application; -/** - * Test class for module_console_taskrun. - * Generated by PHPUnit on 2011-11-03 at 16:11:12. - */ class module_console_taskrunTest extends PHPUnit_Framework_TestCase { @@ -16,10 +12,6 @@ class module_console_taskrunTest extends PHPUnit_Framework_TestCase */ protected $object; - /** - * Sets up the fixture, for example, opens a network connection. - * This method is called before a test is executed. - */ protected function setUp() { @@ -46,5 +38,3 @@ class module_console_taskrunTest extends PHPUnit_Framework_TestCase } } - -?> diff --git a/tests/p4fieldTest.php b/tests/p4fieldTest.php index 522f9a2c25..9788af0450 100644 --- a/tests/p4fieldTest.php +++ b/tests/p4fieldTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for p4field. - * Generated by PHPUnit on 2011-07-06 at 18:40:28. - */ class p4fieldTest extends PhraseanetPHPUnitAbstract { @@ -37,5 +33,3 @@ class p4fieldTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/p4fileTest.php b/tests/p4fileTest.php index d94cbee1b0..0a45c8fdbf 100644 --- a/tests/p4fileTest.php +++ b/tests/p4fileTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for p4file. - * Generated by PHPUnit on 2011-07-06 at 18:40:28. - */ class p4fileTest extends PhraseanetPHPUnitAbstract { @@ -59,5 +55,3 @@ class p4fileTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/p4stringTest.php b/tests/p4stringTest.php index fcaf1b9880..22796d98e1 100644 --- a/tests/p4stringTest.php +++ b/tests/p4stringTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for p4string. - * Generated by PHPUnit on 2011-07-06 at 18:40:26. - */ class p4stringTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/phraseaTest.php b/tests/phraseaTest.php index 089c736ae2..e40fd1ff1e 100644 --- a/tests/phraseaTest.php +++ b/tests/phraseaTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for phrasea. - * Generated by PHPUnit on 2011-07-06 at 18:31:36. - */ class phraseaTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/phraseadateTest.php b/tests/phraseadateTest.php index b3f0d26453..4a84f708ed 100644 --- a/tests/phraseadateTest.php +++ b/tests/phraseadateTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for phraseadate. - * Generated by PHPUnit on 2011-07-06 at 18:31:36. - */ class phraseadateTest extends PhraseanetPHPUnitAbstract { @@ -82,5 +78,3 @@ class phraseadateTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/queriesTest.php b/tests/queriesTest.php index 4643d28c34..ac191d80f1 100644 --- a/tests/queriesTest.php +++ b/tests/queriesTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for queries. - * Generated by PHPUnit on 2011-07-06 at 18:31:36. - */ class queriesTest extends PhraseanetPHPUnitAbstract { @@ -59,5 +55,3 @@ class queriesTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/randomTest.php b/tests/randomTest.php index 16c82a4e5a..3907195b70 100644 --- a/tests/randomTest.php +++ b/tests/randomTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for random. - * Generated by PHPUnit on 2011-05-27 at 18:41:53. - */ class randomTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/record/adapterTest.php b/tests/record/adapterTest.php index cf2558dfb8..91ef293223 100644 --- a/tests/record/adapterTest.php +++ b/tests/record/adapterTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'; -/** - * Test class for record_adapter. - * Generated by PHPUnit on 2011-05-26 at 17:55:58. - */ class record_adapterTest extends PhraseanetPHPUnitAuthenticatedAbstract { diff --git a/tests/recordutilsTest.php b/tests/recordutilsTest.php index 501f48e203..59fb06049c 100644 --- a/tests/recordutilsTest.php +++ b/tests/recordutilsTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for recordutils. - * Generated by PHPUnit on 2011-07-06 at 18:31:36. - */ class recordutilsTest extends PhraseanetPHPUnitAbstract { @@ -65,5 +61,3 @@ class recordutilsTest extends PhraseanetPHPUnitAbstract } } - -?> diff --git a/tests/registryTest.php b/tests/registryTest.php index 24849ba1d9..28b82aa789 100644 --- a/tests/registryTest.php +++ b/tests/registryTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for registry. - * Generated by PHPUnit on 2011-07-06 at 18:33:59. - */ class registryTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/registry_setupTest.php b/tests/registry_setupTest.php index 67adc2e832..44b6660763 100644 --- a/tests/registry_setupTest.php +++ b/tests/registry_setupTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for registry_setup. - * Generated by PHPUnit on 2011-07-06 at 18:33:21. - */ class registry_setupTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/system/system_fileTest.php b/tests/system/system_fileTest.php index 29e59682ec..30b5d51f60 100644 --- a/tests/system/system_fileTest.php +++ b/tests/system/system_fileTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for system_file. - * Generated by PHPUnit on 2011-07-05 at 18:57:06. - */ class system_fileTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/system/system_serverTest.php b/tests/system/system_serverTest.php index f45d6c05b2..f3e4dc21dc 100644 --- a/tests/system/system_serverTest.php +++ b/tests/system/system_serverTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for system_server. - * Generated by PHPUnit on 2011-02-15 at 15:11:49. - */ class system_serverTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/system/system_urlTest.php b/tests/system/system_urlTest.php index 916b67df76..eed450a197 100644 --- a/tests/system/system_urlTest.php +++ b/tests/system/system_urlTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for system_url. - * Generated by PHPUnit on 2011-02-15 at 15:11:59. - */ class system_urlTest extends PhraseanetPHPUnitAbstract { diff --git a/tests/task/task_abstractTest.php b/tests/task/task_abstractTest.php index 57d969d2a0..127fb25ff4 100644 --- a/tests/task/task_abstractTest.php +++ b/tests/task/task_abstractTest.php @@ -2,10 +2,6 @@ require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc'; -/** - * Test class for task_abstract. - * Generated by PHPUnit on 2011-06-20 at 12:59:22. - */ class task_abstractTest extends PhraseanetPHPUnitAbstract {