summaryrefslogtreecommitdiff
path: root/protected/tests
diff options
context:
space:
mode:
authorTristan Zur <tzur@ccwn.org>2012-04-28 13:42:41 +0200
committerTristan Zur <tzur@ccwn.org>2012-04-28 13:42:41 +0200
commit2d4bddcbf7b816f86db6f308a4d11bc9787c1f99 (patch)
treecb19c5a13d6fcf87c8a9a3eb5dbba4920ca1969f /protected/tests
parentc98745edd2c7b2f48bc3493c4dd9a061376c4720 (diff)
- Veranstaltungen CRUD Basisimplementierung
- Extension "CJuiDateTimePicker" hinzugefügt - Modul "AuditTrail" hinzugefügt
Diffstat (limited to 'protected/tests')
-rw-r--r--protected/tests/functional/SiteTest.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/protected/tests/functional/SiteTest.php b/protected/tests/functional/SiteTest.php
index cb9727c..a7e2996 100644
--- a/protected/tests/functional/SiteTest.php
+++ b/protected/tests/functional/SiteTest.php
@@ -1,9 +1,7 @@
<?php
-class SiteTest extends WebTestCase
-{
- public function testIndex()
- {
+class SiteTest extends WebTestCase {
+ public function testIndex() {
$this->open('');
$this->assertTextPresent('Welcome');
}