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(); }