Code Duplication    Length = 7-7 lines in 2 locations

tests/CommentsTest.php 2 locations

@@ 1250-1256 (lines=7) @@
1247
	}
1248
}
1249
1250
class CommentableItemEnabled extends CommentableItem {
1251
	private static $defaults = array(
1252
		'ProvideComments' => true,
1253
		'ModerationRequired' => 'Required',
1254
		'CommentsRequireLogin' => true
1255
	);
1256
}
1257
1258
1259
class CommentableItemDisabled extends CommentableItem {
@@ 1259-1265 (lines=7) @@
1256
}
1257
1258
1259
class CommentableItemDisabled extends CommentableItem {
1260
	private static $defaults = array(
1261
		'ProvideComments' => false,
1262
		'ModerationRequired' => 'None',
1263
		'CommentsRequireLogin' => false
1264
	);
1265
}
1266
1267
/**
1268
 * @package comments