mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Switch PHPMailer, MoovRelocator, Zend Gdata, TCPDF, Oauth2, PhlickR, PHPShortener from git submodules to Composer
This commit is contained in:
@@ -4,8 +4,6 @@ require_once __DIR__ . '/../../../PhraseanetWebTestCaseAbstract.class.inc';
|
||||
|
||||
require_once __DIR__ . '/../../../../Alchemy/Phrasea/Application/Api.php';
|
||||
|
||||
API_OAuth2_Autoloader::register();
|
||||
|
||||
use Silex\WebTestCase;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
|
@@ -4,8 +4,6 @@ require_once __DIR__ . '/../../../PhraseanetWebTestCaseAbstract.class.inc';
|
||||
|
||||
require_once __DIR__ . '/../../../../Alchemy/Phrasea/Application/Api.php';
|
||||
|
||||
API_OAuth2_Autoloader::register();
|
||||
|
||||
use Silex\WebTestCase;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
|
@@ -4,8 +4,6 @@ require_once __DIR__ . '/../../../PhraseanetWebTestCaseAuthenticatedAbstract.cla
|
||||
|
||||
require_once __DIR__ . '/../../../../Alchemy/Phrasea/Application/OAuth2.php';
|
||||
|
||||
API_OAuth2_Autoloader::register();
|
||||
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Silex\WebTestCase;
|
||||
|
||||
|
@@ -3,25 +3,6 @@
|
||||
require_once __DIR__ . '/../../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||
require_once __DIR__ . '/../../Bridge_datas.inc';
|
||||
|
||||
$include_path = realpath(__DIR__ . '/../../../../vendor/gdata/');
|
||||
if(strpos(get_include_path(), $include_path) === false)
|
||||
{
|
||||
$new_include_path = $include_path . PATH_SEPARATOR . get_include_path();
|
||||
set_include_path($new_include_path);
|
||||
}
|
||||
|
||||
require_once('Zend/Loader.php');
|
||||
Zend_Loader::loadClass('Zend_Gdata_YouTube');
|
||||
Zend_Loader::loadClass('Zend_Gdata_YouTube_VideoEntry');
|
||||
Zend_Loader::loadClass('Zend_Gdata_YouTube_Extension_MediaGroup');
|
||||
Zend_Loader::loadClass('Zend_Gdata_YouTube_Extension_Statistics');
|
||||
Zend_Loader::loadClass('Zend_Gdata_Media_Extension_MediaPlayer');
|
||||
Zend_Loader::loadClass('Zend_Gdata_YouTube_Extension_Duration');
|
||||
Zend_Loader::loadClass('Zend_Gdata_Extension_Rating');
|
||||
Zend_Loader::loadClass('Zend_Gdata_App_Extension_Published');
|
||||
Zend_Loader::loadClass('Zend_Gdata_App_Extension_Updated');
|
||||
Zend_Loader::loadClass('Zend_Gdata_App_Extension_Id');
|
||||
|
||||
/**
|
||||
* Test class for Bridge_Api_Youtube_Element.
|
||||
* Generated by PHPUnit on 2011-10-12 at 18:35:49.
|
||||
|
@@ -1,15 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
$include_path = realpath(__DIR__ . '/../../vendor/');
|
||||
if(strpos(get_include_path(), $include_path) === false)
|
||||
{
|
||||
$new_include_path = $include_path . PATH_SEPARATOR . get_include_path();
|
||||
set_include_path($new_include_path);
|
||||
}
|
||||
|
||||
require_once __DIR__ . "/../../vendor/Phlickr/Api.php";
|
||||
|
||||
/*
|
||||
* This file is part of Phraseanet
|
||||
*
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__ . "/../../../../lib/vendor/oauth2/lib/OAuth2.inc";
|
||||
require_once __DIR__ . '/../../PhraseanetPHPUnitAuthenticatedAbstract.class.inc';
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
Reference in New Issue
Block a user