diff options
| author | Sebastian Schmelzer | 2012-01-11 14:36:35 +0100 |
|---|---|---|
| committer | Sebastian Schmelzer | 2012-01-11 14:36:35 +0100 |
| commit | fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e (patch) | |
| tree | 6e6aaf749f34db8c7c7153c23ef85c57187430bb /tests/application/controllers/IndexControllerTest.php | |
| parent | API: mit addBootos kann man nun auch editieren (diff) | |
| download | pbs2-fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e.tar.gz pbs2-fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e.tar.xz pbs2-fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e.zip | |
format source files
Diffstat (limited to 'tests/application/controllers/IndexControllerTest.php')
| -rw-r--r-- | tests/application/controllers/IndexControllerTest.php | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/tests/application/controllers/IndexControllerTest.php b/tests/application/controllers/IndexControllerTest.php index f534396..d738625 100644 --- a/tests/application/controllers/IndexControllerTest.php +++ b/tests/application/controllers/IndexControllerTest.php @@ -1,4 +1,4 @@ -<?php +<? php /* * Copyright (c) 2011 - OpenSLX GmbH, RZ Uni Freiburg * This program is free software distributed under the GPL version 2. @@ -12,18 +12,15 @@ require_once 'PHPUnit/Framework/TestCase.php'; -class IndexControllerTest extends PHPUnit_Framework_TestCase -{ +class IndexControllerTest extends PHPUnit_Framework_TestCase { - public function setUp() - { - /* Setup Routine */ - } + public function setUp() { + /* Setup Routine */ + } - public function tearDown() - { - /* Tear Down Routine */ - } + public function tearDown() { + /* Tear Down Routine */ + } } |
