summaryrefslogtreecommitdiffstats
path: root/tests
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
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')
-rw-r--r--tests/application/controllers/AuthControllerTest.php19
-rw-r--r--tests/application/controllers/BootisoControllerTest.php19
-rw-r--r--tests/application/controllers/BootmenuControllerTest.php19
-rw-r--r--tests/application/controllers/BootosControllerTest.php19
-rw-r--r--tests/application/controllers/ClientControllerTest.php19
-rw-r--r--tests/application/controllers/ConfigControllerTest.php19
-rw-r--r--tests/application/controllers/FilterControllerTest.php19
-rw-r--r--tests/application/controllers/GroupControllerTest.php19
-rw-r--r--tests/application/controllers/IndexControllerTest.php19
-rw-r--r--tests/application/controllers/PersonControllerTest.php19
-rw-r--r--tests/application/controllers/PoolControllerTest.php19
-rw-r--r--tests/application/controllers/PrebootControllerTest.php19
-rw-r--r--tests/application/controllers/RessourceControllerTest.php19
-rw-r--r--tests/application/controllers/RoleControllerTest.php19
-rw-r--r--tests/application/controllers/SessionControllerTest.php19
-rw-r--r--tests/application/controllers/StatsControllerTest.php19
16 files changed, 128 insertions, 176 deletions
diff --git a/tests/application/controllers/AuthControllerTest.php b/tests/application/controllers/AuthControllerTest.php
index 7c15185..77ee606 100644
--- a/tests/application/controllers/AuthControllerTest.php
+++ b/tests/application/controllers/AuthControllerTest.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 AuthControllerTest extends PHPUnit_Framework_TestCase
-{
+class AuthControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/BootisoControllerTest.php b/tests/application/controllers/BootisoControllerTest.php
index c27426b..2232c8b 100644
--- a/tests/application/controllers/BootisoControllerTest.php
+++ b/tests/application/controllers/BootisoControllerTest.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 BootisoControllerTest extends PHPUnit_Framework_TestCase
-{
+class BootisoControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/BootmenuControllerTest.php b/tests/application/controllers/BootmenuControllerTest.php
index 3c2a1d3..54130a6 100644
--- a/tests/application/controllers/BootmenuControllerTest.php
+++ b/tests/application/controllers/BootmenuControllerTest.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 BootmenuControllerTest extends PHPUnit_Framework_TestCase
-{
+class BootmenuControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/BootosControllerTest.php b/tests/application/controllers/BootosControllerTest.php
index d52bc62..083d571 100644
--- a/tests/application/controllers/BootosControllerTest.php
+++ b/tests/application/controllers/BootosControllerTest.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 BootosControllerTest extends PHPUnit_Framework_TestCase
-{
+class BootosControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/ClientControllerTest.php b/tests/application/controllers/ClientControllerTest.php
index 0045778..54047b2 100644
--- a/tests/application/controllers/ClientControllerTest.php
+++ b/tests/application/controllers/ClientControllerTest.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 ClientControllerTest extends PHPUnit_Framework_TestCase
-{
+class ClientControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/ConfigControllerTest.php b/tests/application/controllers/ConfigControllerTest.php
index 9ac4b16..2ebed8e 100644
--- a/tests/application/controllers/ConfigControllerTest.php
+++ b/tests/application/controllers/ConfigControllerTest.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 ConfigControllerTest extends PHPUnit_Framework_TestCase
-{
+class ConfigControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/FilterControllerTest.php b/tests/application/controllers/FilterControllerTest.php
index 60a5995..55b6306 100644
--- a/tests/application/controllers/FilterControllerTest.php
+++ b/tests/application/controllers/FilterControllerTest.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 FilterControllerTest extends PHPUnit_Framework_TestCase
-{
+class FilterControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/GroupControllerTest.php b/tests/application/controllers/GroupControllerTest.php
index 7244352..86ee980 100644
--- a/tests/application/controllers/GroupControllerTest.php
+++ b/tests/application/controllers/GroupControllerTest.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 GroupControllerTest extends PHPUnit_Framework_TestCase
-{
+class GroupControllerTest 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 */
+ }
}
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 */
+ }
}
diff --git a/tests/application/controllers/PersonControllerTest.php b/tests/application/controllers/PersonControllerTest.php
index 1abb273..cee0f29 100644
--- a/tests/application/controllers/PersonControllerTest.php
+++ b/tests/application/controllers/PersonControllerTest.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 PersonControllerTest extends PHPUnit_Framework_TestCase
-{
+class PersonControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/PoolControllerTest.php b/tests/application/controllers/PoolControllerTest.php
index 2c6a906..caabade 100644
--- a/tests/application/controllers/PoolControllerTest.php
+++ b/tests/application/controllers/PoolControllerTest.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 PoolControllerTest extends PHPUnit_Framework_TestCase
-{
+class PoolControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/PrebootControllerTest.php b/tests/application/controllers/PrebootControllerTest.php
index ecfcbee..a1b216e 100644
--- a/tests/application/controllers/PrebootControllerTest.php
+++ b/tests/application/controllers/PrebootControllerTest.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 PrebootControllerTest extends PHPUnit_Framework_TestCase
-{
+class PrebootControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/RessourceControllerTest.php b/tests/application/controllers/RessourceControllerTest.php
index 9784b5b..ad58612 100644
--- a/tests/application/controllers/RessourceControllerTest.php
+++ b/tests/application/controllers/RessourceControllerTest.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 RessourceControllerTest extends PHPUnit_Framework_TestCase
-{
+class RessourceControllerTest 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 */
+ }
}
diff --git a/tests/application/controllers/RoleControllerTest.php b/tests/application/controllers/RoleControllerTest.php
index 20adfaa..3ce6b2c 100644
--- a/tests/application/controllers/RoleControllerTest.php
+++ b/tests/application/controllers/RoleControllerTest.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 RoleControllerTest extends PHPUnit_Framework_TestCase
-{
+class RoleControllerTest 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 */
+ }
}
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 */
+ }
}
diff --git a/tests/application/controllers/StatsControllerTest.php b/tests/application/controllers/StatsControllerTest.php
index c205d4b..6addba0 100644
--- a/tests/application/controllers/StatsControllerTest.php
+++ b/tests/application/controllers/StatsControllerTest.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 StatsControllerTest extends PHPUnit_Framework_TestCase
-{
+class StatsControllerTest 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 */
+ }
}