mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Fix CS
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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::);
|
||||
|
@@ -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;
|
||||
|
@@ -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,10 +10,6 @@ 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'))
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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();
|
||||
|
@@ -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();
|
||||
|
@@ -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();
|
||||
|
@@ -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();
|
||||
|
@@ -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();
|
||||
|
@@ -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();
|
||||
|
@@ -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();
|
||||
|
@@ -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();
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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()
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -104,5 +104,3 @@ class API_OAuth2_RefreshTokenTest extends PhraseanetPHPUnitAbstract
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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());
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user