mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #570] [MERGED] Deprecation of PEAR/GIT/TAR autoloading #8389
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/570
Author: @Ocramius
Created: 2/4/2013
Status: ✅ Merged
Merged: 2/14/2013
Merged by: @beberlei
Base:
master← Head:cleanup/submodules-removal📝 Commits (2)
a928ce4Using composer autoloader for the test suite673323fAdding warnings about deprecation of GIT, TAR and PEAR autoloading📊 Changes
11 files changed (+49 additions, -143 deletions)
View changed files
➖
.gitmodules(+0 -18)📝
.travis.yml(+1 -1)📝
UPGRADE.md(+5 -0)📝
composer.json(+1 -0)📝
docs/en/reference/configuration.rst(+12 -16)📝
docs/en/reference/installation.rst(+4 -33)📝
lib/Doctrine/ORM/Tools/Setup.php(+0 -27)📝
tests/Doctrine/Tests/ORM/Functional/SchemaTool/MySqlSchemaToolTest.php(+8 -8)📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2182Test.php(+2 -2)📝
tests/Doctrine/Tests/ORM/Tools/SetupTest.php(+1 -8)📝
tests/Doctrine/Tests/TestInit.php(+15 -30)📄 Description
Updates the test suite to use composer based autoloading
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.