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';
|
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
|
class ApcCacheTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class ArrayCacheTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class ArrayCacheTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->object = new \Alchemy\Phrasea\Cache\ArrayCache;
|
$this->object = new \Alchemy\Phrasea\Cache\ArrayCache;
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class ManagerTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class ManagerTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
// $this->object = new \Alchemy\Phrasea\Cache\Manager(self::);
|
// $this->object = new \Alchemy\Phrasea\Cache\Manager(self::);
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class MemcacheCacheTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class MemcacheCacheTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->object = new \Alchemy\Phrasea\Cache\MemcacheCache;
|
$this->object = new \Alchemy\Phrasea\Cache\MemcacheCache;
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class XcacheCacheTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class XcacheCacheTest extends \PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
if(!function_exists('xcache_info'))
|
if(!function_exists('xcache_info'))
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class DescriptionTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class ControllerFieldsTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class RootTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class ControllerSubdefsTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class ControllerUsersTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -3,10 +3,6 @@
|
|||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class ControllerEditTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class ControllerMoveCollectionTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class MustacheLoaderTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class ControllerPrinterTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class ControllerPushTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class ControllerRootTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
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
|
class ControllerUsrListsTest extends \PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAbstract.class.inc';
|
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
|
class ControllerInstallerTest extends \PhraseanetWebTestCaseAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAbstract.class.inc';
|
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
|
class ControllerUpgraderTest extends \PhraseanetWebTestCaseAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAbstract.class.inc';
|
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
|
class ControllerConnectionTestTest extends \PhraseanetWebTestCaseAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetWebTestCaseAbstract.class.inc';
|
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
|
class ControllerPathFileTestTest extends \PhraseanetWebTestCaseAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class HelperBridgeTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class HelperBridgeTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class HelperEditTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class HelperEditTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class HelperFeedTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class HelperFeedTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class HelperHelperTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class HelperHelperTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class HelperMoveCollectionTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class HelperMoveCollectionTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class HelperPrinterTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class HelperPrinterTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class HelperPushTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class HelperPushTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class HelperTooltipTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class HelperTooltipTest extends \PhraseanetPHPUnitAuthenticatedAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
@@ -17,10 +17,6 @@
|
|||||||
*/
|
*/
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class AutoloaderTest extends \PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -17,10 +17,6 @@
|
|||||||
*/
|
*/
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class CacheAutoloaderTest extends \PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class UserProviderTest extends \PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -93,5 +89,3 @@ class UserProviderTest extends \PhraseanetPHPUnitAbstract
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class ControllerTest extends \PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -4,10 +4,6 @@ require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
|||||||
|
|
||||||
use \Alchemy\Phrasea\Vocabulary\Term;
|
use \Alchemy\Phrasea\Vocabulary\Term;
|
||||||
|
|
||||||
/**
|
|
||||||
* Test class for Term.
|
|
||||||
* Generated by PHPUnit on 2012-01-26 at 12:41:07.
|
|
||||||
*/
|
|
||||||
class TermTest extends \PhraseanetPHPUnitAbstract
|
class TermTest extends \PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -3,10 +3,6 @@
|
|||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../../Bridge_datas.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
|
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__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../../Bridge_datas.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
|
class Bridge_Api_Auth_FlickrTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class Bridge_Api_Auth_FlickrTest extends PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->object = new Bridge_Api_Auth_Flickr();
|
$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__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../../Bridge_datas.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
|
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 $object;
|
||||||
protected $parameters;
|
protected $parameters;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->object = new Bridge_Api_Auth_OAuth2();
|
$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__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../Bridge_datas.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
|
class Bridge_Api_AbstractCollectionTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class Bridge_Api_AbstractCollectionTest extends PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
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__ . '/../../PhraseanetWebTestCaseAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../Bridge_datas.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
|
class Bridge_Api_AbstractTest extends PhraseanetWebTestCaseAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -18,10 +14,6 @@ class Bridge_Api_AbstractTest extends PhraseanetWebTestCaseAuthenticatedAbstract
|
|||||||
*/
|
*/
|
||||||
protected $auth;
|
protected $auth;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->auth = $this->getMock("Bridge_Api_Auth_Interface");
|
$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__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../Bridge_datas.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
|
class Bridge_Api_ContainerCollectionTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testAdd_element()
|
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__ . '/../Bridge_datas.inc';
|
||||||
require_once __DIR__ . '/../../../lib/classes/Bridge/Api/Dailymotion.class.php';
|
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
|
class Bridge_Api_DailymotionTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class Bridge_Api_DailymotionTest extends PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
protected function setUp()
|
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")));
|
$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__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../Bridge_datas.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
|
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__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../Bridge_datas.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
|
class Bridge_Api_FlickrTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class Bridge_Api_FlickrTest extends PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
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")));
|
$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__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../Bridge_datas.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
|
class Bridge_Api_YoutubeTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class Bridge_Api_YoutubeTest extends PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
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")));
|
$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__ . '/../../Bridge_datas.inc';
|
||||||
require_once __DIR__ . '/../../../../lib/classes/Bridge/Api/Dailymotion/Container.class.php';
|
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
|
class Bridge_Api_Dailymotion_ContainerTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class Bridge_Api_Dailymotion_ContainerTest extends PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
$this->test = array(
|
$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__ . '/../../Bridge_datas.inc';
|
||||||
require_once __DIR__ . '/../../../../lib/classes/Bridge/Api/Dailymotion/Element.class.php';
|
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
|
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 $object;
|
||||||
protected $test;
|
protected $test;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->test = array(
|
$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__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../../Bridge_datas.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
|
class Bridge_Api_Flickr_ContainerTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class Bridge_Api_Flickr_ContainerTest extends PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$string = '
|
$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__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../../Bridge_datas.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
|
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_list;
|
||||||
protected $xml_alone;
|
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()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$str = '
|
$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__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../../Bridge_datas.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
|
class Bridge_Api_Youtube_ContainerTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class Bridge_Api_Youtube_ContainerTest extends PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$published = new Zend_Gdata_App_Extension_Published("2011-10-21 12:00:00");
|
$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__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/../../Bridge_datas.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
|
class Bridge_Api_Youtube_ElementTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class Bridge_Api_Youtube_ElementTest extends PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$published = new Zend_Gdata_App_Extension_Published("2011-10-21 12:00:00");
|
$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__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/Bridge_datas.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
|
class Bridge_AccountSettingsTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -3,10 +3,6 @@
|
|||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/Bridge_datas.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
|
class Bridge_AccountTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -3,10 +3,6 @@
|
|||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/Bridge_datas.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
|
class Bridge_ApiTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -3,10 +3,6 @@
|
|||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||||
require_once __DIR__ . '/Bridge_datas.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
|
class Bridge_ElementTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class Feed_Entry_AdapterTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class Feed_Entry_CollectionTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class Feed_Entry_ItemTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class Feed_AdapterTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class Feed_AggregateTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class Feed_CollectionTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class Feed_LinkTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
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
|
class Feed_Publisher_AdapterTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class Feed_XML_AtomTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class Feed_XML_RSSTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class Feed_XML_RSS_ImageTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class Session_Authentication_GuestTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class Session_Authentication_GuestTest extends PhraseanetPHPUnitAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->object = new Session_Authentication_Guest(appbox::get_instance(\bootstrap::getCore()));
|
$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';
|
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
|
class Session_Authentication_NativeTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class Session_Authentication_NativeTest extends PhraseanetPHPUnitAbstract
|
|||||||
protected $object;
|
protected $object;
|
||||||
protected $local_user;
|
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()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$login = 'testlogin';
|
$login = 'testlogin';
|
||||||
@@ -54,5 +46,3 @@ class Session_Authentication_NativeTest extends PhraseanetPHPUnitAbstract
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class Session_Authentication_PersistentCookieTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class Session_Authentication_PersistentCookieTest extends PhraseanetPHPUnitAbstr
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
// $this->object = new Session_Authentication_PersistentCookie;
|
// $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';
|
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
|
class Session_Authentication_TokenTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class Session_Authentication_TokenTest extends PhraseanetPHPUnitAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
// $this->object = new Session_Authentication_Token;
|
// $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';
|
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
|
class Session_HandlerTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class Session_HandlerTest extends PhraseanetPHPUnitAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->object = Session_Handler::getInstance(appbox::get_instance(\bootstrap::getCore()));
|
$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';
|
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
|
class Session_LoggerTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -24,10 +20,6 @@ class Session_LoggerTest extends PhraseanetPHPUnitAbstract
|
|||||||
*/
|
*/
|
||||||
protected $databox;
|
protected $databox;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class Session_PhraseaTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class Session_PhraseaTest extends PhraseanetPHPUnitAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
// $this->object = new Session_Phrasea;
|
// $this->object = new Session_Phrasea;
|
||||||
@@ -111,5 +103,3 @@ class Session_PhraseaTest extends PhraseanetPHPUnitAbstract
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class Session_Storage_CommandLineTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class Session_Storage_CommandLineTest extends PhraseanetPHPUnitAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
// $this->object = new Session_Storage_CommandLine;
|
// $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';
|
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
|
class Session_Storage_PHPSessionTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class Session_Storage_PHPSessionTest extends PHPUnit_Framework_TestCase
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
// $this->object = new Session_Storage_PHPSession;
|
// $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';
|
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
|
class Setup_ConstraintTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
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';
|
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;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
class API_V1_adapterTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
class API_V1_adapterTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
|
@@ -4,10 +4,6 @@ require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc'
|
|||||||
|
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
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
|
class API_V1_resultTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -16,10 +12,6 @@ class API_V1_resultTest extends PhraseanetPHPUnitAuthenticatedAbstract
|
|||||||
*/
|
*/
|
||||||
protected $api;
|
protected $api;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->api = $this->getMock("API_V1_adapter", array("get_version"), array(), "", false);
|
$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';
|
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
|
class caption_recordTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -15,10 +11,6 @@ class caption_recordTest extends PhraseanetPHPUnitAbstract
|
|||||||
protected $object;
|
protected $object;
|
||||||
protected static $need_records = 1;
|
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()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->object = new caption_record(self::$record_1, self::$record_1->get_databox());
|
$this->object = new caption_record(self::$record_1, self::$record_1->get_databox());
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_ContributorTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_CoverageTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_CreatorTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_DateTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_DescriptionTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_FormatTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_IdentifierTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_LanguageTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_PublisherTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_RelationTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_RightsTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_SourceTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_SubjectTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_TitleTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCES_TypeTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_Field_DCESAbstractTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class databox_Field_DCESAbstractTest extends PhraseanetPHPUnitAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -66,5 +58,3 @@ class databox_Field_DCESAbstractTest extends PhraseanetPHPUnitAbstract
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_cguTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class databox_cguTest extends PhraseanetPHPUnitAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -66,5 +58,3 @@ class databox_cguTest extends PhraseanetPHPUnitAbstract
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_descriptionStructureTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class databox_descriptionStructureTest extends PhraseanetPHPUnitAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -110,5 +102,3 @@ class databox_descriptionStructureTest extends PhraseanetPHPUnitAbstract
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
@@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/../PhraseanetPHPUnitAbstract.class.inc';
|
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
|
class databox_fieldTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -19,10 +15,6 @@ class databox_fieldTest extends PhraseanetPHPUnitAbstract
|
|||||||
protected $name_multi;
|
protected $name_multi;
|
||||||
protected static $need_records = 1;
|
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()
|
public function setUp()
|
||||||
{
|
{
|
||||||
$this->databox = self::$record_1->get_databox();
|
$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';
|
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
|
class databox_fieldUnknownTest extends PhraseanetPHPUnitAbstract
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -14,10 +10,6 @@ class databox_fieldUnknownTest extends PhraseanetPHPUnitAbstract
|
|||||||
*/
|
*/
|
||||||
protected $object;
|
protected $object;
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets up the fixture, for example, opens a network connection.
|
|
||||||
* This method is called before a test is executed.
|
|
||||||
*/
|
|
||||||
public function setUp()
|
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