File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/Symfony/Cmf/Component/Testing/Document Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- * ** 2013-12-27** : Added XmlSchemaTestCase to test XML schema's
5
- * ** 2013-11-17** : Added DatabaseTestListener to support database testing
4
+ * ** 2013-04-02** : [ DEPRECATE] Deprecated ` Content ` document, it will be
5
+ removed in 2.0
6
+ * ** 2013-12-27** : Added ` XmlSchemaTestCase ` to test XML schema's
7
+ * ** 2013-11-17** : Added ` DatabaseTestListener ` to support database testing
Original file line number Diff line number Diff line change 20
20
*
21
21
* Very simple, referenceable document.
22
22
*
23
+ * @deprecated This Document is deprecated as of 1.1 and will be removed in
24
+ * 2.0. Move the fixture to your own bundle instead.
25
+ *
23
26
* @PHPCRODM\Document(referenceable=true)
24
27
*/
25
28
class Content implements ChildInterface
You can’t perform that action at this time.
0 commit comments