partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 776fb140ffcde850d6c6388bda979cc4a148289f
parent 8050b9f80ecc4ec8878de60a7649bfbeafd20c13
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri,  3 May 2013 11:05:40 +0200

Removed that check; we should be fine with all doctrine versions now

Diffstat:
Msrc/setup/tests/check-doctrine.php | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/setup/tests/check-doctrine.php b/src/setup/tests/check-doctrine.php @@ -58,12 +58,6 @@ if (\Doctrine\ORM\Version::compare("2.2.0") > 0) { } -if (\Doctrine\ORM\Version::compare("2.3.0") <= 0) { - $aWarnings[] = sprintf( "You are using Doctrine %s, which PartKeepr isn't tested against. If you encounter any ". - "problems, please report them.", - \Doctrine\ORM\Version::VERSION); -} - /** * Check for the Symfony YAML component. This component is required to parse YAML files and is used during installation * of footprints.