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 1
1
Changelog
2
2
=========
3
3
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
6
6
* ** 2013-12-27** : Added ` XmlSchemaTestCase ` to test XML schema's
7
7
* ** 2013-11-17** : Added ` DatabaseTestListener ` to support database testing
Original file line number Diff line number Diff line change 16
16
use Doctrine \Common \Persistence \ObjectManager ;
17
17
use Doctrine \ODM \PHPCR \Document \Generic ;
18
18
19
+ /**
20
+ * @deprecated Deprecated as of Testing 1.1, will be removed in 2.0
21
+ */
19
22
class LoadBaseData implements FixtureInterface
20
23
{
21
24
public function load (ObjectManager $ manager )
You can’t perform that action at this time.
0 commit comments