Warn when creating TextContent around false/null.
authordaniel <daniel.kinzler@wikimedia.de>
Fri, 26 Oct 2012 10:43:02 +0000 (12:43 +0200)
committerAntoine Musso <hashar@free.fr>
Mon, 29 Oct 2012 15:26:06 +0000 (16:26 +0100)
commitee5527aa47a783eb53851730f33c01f7ab3b6f5e
treeac31a2b856020a202619c01dfc3c70f2672d35de
parentcc183225599962543f8005b9eb95198e286c137c
Warn when creating TextContent around false/null.

Instantiating a TextContent instance around a null or false value
instead of a string may indicate an error and should thus trigger
a warning and thereby make tests fail.

Change-Id: I0864bbf31040d0c5db96a90ff427dc9dd3ccbd67
includes/content/TextContent.php