mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #1009] [MERGED] HHVM compatibility #9030
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/1009
Author: @Ocramius
Created: 4/10/2014
Status: ✅ Merged
Merged: 4/17/2014
Merged by: @FabioBatSilva
Base:
master← Head:feature/hhvm-tests📝 Commits (5)
e263426Removing eager assertion on error suppression when generating schema via toolsabb4671Removing usage of memcache cache in tests (HHVM gets stuck on them on local setups)b4933d7HHVM tests are not allowed to fail anymore9ab6ef7Removing too eager cache testse125909Fixed whitespace around imported classes📊 Changes
3 files changed (+11 additions, -20 deletions)
View changed files
📝
.travis.yml(+0 -2)📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2862Test.php(+3 -2)📝
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC742Test.php(+8 -16)📄 Description
With this PR (based on DDC-3078, see #1008) we finally get 100% compatibility with HHVM as we described on http://www.doctrine-project.org/2013/12/23/our-hhvm-roadmap.html
This PR needs to be rebased on master once #1008 is merged.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.