Skip to content

Commit b3c9a6d

Browse files
committed
Deprecated Content fixture
1 parent d7c6889 commit b3c9a6d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog
22
=========
33

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

src/Symfony/Cmf/Component/Testing/Document/Content.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
*
2121
* Very simple, referenceable document.
2222
*
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+
*
2326
* @PHPCRODM\Document(referenceable=true)
2427
*/
2528
class Content implements ChildInterface

0 commit comments

Comments
 (0)