summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-01-11 14:47:42 +0100
committerSebastian Schmelzer2012-01-11 14:47:42 +0100
commit500941480288cd64899fe3bca6d564b98b041593 (patch)
treeb6e08f215fb56e85391cee4fc2780b6fad029c44 /tests
parentformat source files (diff)
downloadpbs2-500941480288cd64899fe3bca6d564b98b041593.tar.gz
pbs2-500941480288cd64899fe3bca6d564b98b041593.tar.xz
pbs2-500941480288cd64899fe3bca6d564b98b041593.zip
fix stylecode output
Diffstat (limited to 'tests')
-rw-r--r--tests/application/controllers/AuthControllerTest.php2
-rw-r--r--tests/application/controllers/BootisoControllerTest.php2
-rw-r--r--tests/application/controllers/BootmenuControllerTest.php2
-rw-r--r--tests/application/controllers/BootosControllerTest.php2
-rw-r--r--tests/application/controllers/ClientControllerTest.php2
-rw-r--r--tests/application/controllers/ConfigControllerTest.php2
-rw-r--r--tests/application/controllers/FilterControllerTest.php2
-rw-r--r--tests/application/controllers/GroupControllerTest.php2
-rw-r--r--tests/application/controllers/IndexControllerTest.php2
-rw-r--r--tests/application/controllers/PersonControllerTest.php2
-rw-r--r--tests/application/controllers/PoolControllerTest.php2
-rw-r--r--tests/application/controllers/PrebootControllerTest.php2
-rw-r--r--tests/application/controllers/RessourceControllerTest.php2
-rw-r--r--tests/application/controllers/RoleControllerTest.php2
-rw-r--r--tests/application/controllers/SessionControllerTest.php2
-rw-r--r--tests/application/controllers/StatsControllerTest.php2
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/application/controllers/AuthControllerTest.php b/tests/application/controllers/AuthControllerTest.php
index 77ee606..46f68ba 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.
diff --git a/tests/application/controllers/BootisoControllerTest.php b/tests/application/controllers/BootisoControllerTest.php
index 2232c8b..fea3e48 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.
diff --git a/tests/application/controllers/BootmenuControllerTest.php b/tests/application/controllers/BootmenuControllerTest.php
index 54130a6..905e823 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.
diff --git a/tests/application/controllers/BootosControllerTest.php b/tests/application/controllers/BootosControllerTest.php
index 083d571..3fb5dbb 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.
diff --git a/tests/application/controllers/ClientControllerTest.php b/tests/application/controllers/ClientControllerTest.php
index 54047b2..ddc3fcb 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.
diff --git a/tests/application/controllers/ConfigControllerTest.php b/tests/application/controllers/ConfigControllerTest.php
index 2ebed8e..e038028 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.
diff --git a/tests/application/controllers/FilterControllerTest.php b/tests/application/controllers/FilterControllerTest.php
index 55b6306..c93a19a 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.
diff --git a/tests/application/controllers/GroupControllerTest.php b/tests/application/controllers/GroupControllerTest.php
index 86ee980..75d1110 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.
diff --git a/tests/application/controllers/IndexControllerTest.php b/tests/application/controllers/IndexControllerTest.php
index d738625..4bfbb0e 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.
diff --git a/tests/application/controllers/PersonControllerTest.php b/tests/application/controllers/PersonControllerTest.php
index cee0f29..b344d68 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.
diff --git a/tests/application/controllers/PoolControllerTest.php b/tests/application/controllers/PoolControllerTest.php
index caabade..673b612 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.
diff --git a/tests/application/controllers/PrebootControllerTest.php b/tests/application/controllers/PrebootControllerTest.php
index a1b216e..3a6d78f 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.
diff --git a/tests/application/controllers/RessourceControllerTest.php b/tests/application/controllers/RessourceControllerTest.php
index ad58612..21e1535 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.
diff --git a/tests/application/controllers/RoleControllerTest.php b/tests/application/controllers/RoleControllerTest.php
index 3ce6b2c..22aee57 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.
diff --git a/tests/application/controllers/SessionControllerTest.php b/tests/application/controllers/SessionControllerTest.php
index 3c4d6e6..f348fe9 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.
diff --git a/tests/application/controllers/StatsControllerTest.php b/tests/application/controllers/StatsControllerTest.php
index 6addba0..4242a3e 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.