Switch PHPMailer, MoovRelocator, Zend Gdata, TCPDF, Oauth2, PhlickR, PHPShortener from git submodules to Composer

This commit is contained in:
Romain Neutron
2012-03-30 20:12:14 +02:00
parent f835ea84e8
commit 9e640c27cf
27 changed files with 63 additions and 102 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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.

View File

@@ -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
*

View File

@@ -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;