From 24fb77ab73c574526d00ceddbaa4c34ba278fdc8 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 28 Apr 2010 07:16:31 +0000 Subject: [PATCH] MINOR Fixed typo git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@103669 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- tests/CMSMainTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMSMainTest.php b/tests/CMSMainTest.php index 25d85af3..7f1a0ee1 100644 --- a/tests/CMSMainTest.php +++ b/tests/CMSMainTest.php @@ -160,7 +160,7 @@ class CMSMainTest extends FunctionalTest { function testDeletedPagesSiteTreeFilter() { $id = $this->idFromFixture('Page', 'page3'); - $this->logInWithPermssion('ADMIN'); + $this->logInWithPermission('ADMIN'); $result = $this->get('admin/getsubtree?filter=CMSSiteTreeFilter_DeletedPages&ajax=1&ID=' . $id); $this->assertEquals(200, $result->getStatusCode()); }