summaryrefslogtreecommitdiffstats
path: root/tests/application/controllers/SessionControllerTest.php
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-01-11 14:36:35 +0100
committerSebastian Schmelzer2012-01-11 14:36:35 +0100
commitfca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e (patch)
tree6e6aaf749f34db8c7c7153c23ef85c57187430bb /tests/application/controllers/SessionControllerTest.php
parentAPI: mit addBootos kann man nun auch editieren (diff)
downloadpbs2-fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e.tar.gz
pbs2-fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e.tar.xz
pbs2-fca04a6dab252eb9e8c0a92ce3b7e14b32e68d1e.zip
format source files
Diffstat (limited to 'tests/application/controllers/SessionControllerTest.php')
-rw-r--r--tests/application/controllers/SessionControllerTest.php19
1 files changed, 8 insertions, 11 deletions
diff --git a/tests/application/controllers/SessionControllerTest.php b/tests/application/controllers/SessionControllerTest.php
index 5a83220..3c4d6e6 100644
--- a/tests/application/controllers/SessionControllerTest.php
+++ b/tests/application/controllers/SessionControllerTest.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 SessionControllerTest extends PHPUnit_Framework_TestCase
-{
+class SessionControllerTest 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 */
+ }
}