diff options
| author | Tristan Zur <tzur@ccwn.org> | 2012-04-28 13:42:41 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@ccwn.org> | 2012-04-28 13:42:41 +0200 |
| commit | 2d4bddcbf7b816f86db6f308a4d11bc9787c1f99 (patch) | |
| tree | cb19c5a13d6fcf87c8a9a3eb5dbba4920ca1969f /protected/tests/functional/SiteTest.php | |
| parent | c98745edd2c7b2f48bc3493c4dd9a061376c4720 (diff) | |
- Veranstaltungen CRUD Basisimplementierung
- Extension "CJuiDateTimePicker" hinzugefügt
- Modul "AuditTrail" hinzugefügt
Diffstat (limited to 'protected/tests/functional/SiteTest.php')
| -rw-r--r-- | protected/tests/functional/SiteTest.php | 6 |
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'); } |
