public function CkeditorTest::test in CKEditor - WYSIWYG HTML editor 7
Check admin page is available.
File
- tests/
ckeditor.test, line 38 - Contains ckeditorTest.
Class
- CkeditorTest
- Base class for ckeditor tests.
Code
public function test() {
$this
->drupalGet('admin/config/content/ckeditor');
$this
->assertResponse(200, 'User is allowed to edit the content.');
}