File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/Symfony/Cmf/Component/Testing/DataFixtures/PHPCR Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- * ** 2013-04-02 ** : [ DEPRECATE] Deprecated ` Content ` document , it will be
5- removed in 2.0
4+ * ** 2013-04-07 ** : [ DEPRECATE] Deprecated ` LoadBaseData ` DataFixture , it will be removed in 2.0
5+ * ** 2013-04-02 ** : [ DEPRECATE ] Deprecated ` Content ` document, it will be removed in 2.0
66* ** 2013-12-27** : Added ` XmlSchemaTestCase ` to test XML schema's
77* ** 2013-11-17** : Added ` DatabaseTestListener ` to support database testing
Original file line number Diff line number Diff line change 1616use Doctrine \Common \Persistence \ObjectManager ;
1717use Doctrine \ODM \PHPCR \Document \Generic ;
1818
19+ /**
20+ * @deprecated Deprecated as of Testing 1.1, will be removed in 2.0
21+ */
1922class LoadBaseData implements FixtureInterface
2023{
2124 public function load (ObjectManager $ manager )
You can’t perform that action at this time.
0 commit comments