From 172f74f9806c7531731eac953a7a3a05ecda9aa7 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 5 Mar 2013 22:04:15 +1300 Subject: [PATCH] Wildcard rules have been disallowed in 3.1 --- tests/CommentsTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/CommentsTest.php b/tests/CommentsTest.php index a95ca9b..2a77a4a 100644 --- a/tests/CommentsTest.php +++ b/tests/CommentsTest.php @@ -259,10 +259,6 @@ class CommentableItem extends DataObject implements TestOnly { */ class CommentableItem_Controller extends Controller implements TestOnly { - public static $allowed_actions = array( - "*" => true - ); - public function index() { return CommentableItem::get()->first()->CommentsForm(); }