Adding empty class file so that the test doesn't die
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 24 Apr 2006 00:55:00 +0000 (00:55 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 24 Apr 2006 00:55:00 +0000 (00:55 +0000)
includes/ApplicationController.php [new file with mode: 0644]

diff --git a/includes/ApplicationController.php b/includes/ApplicationController.php
new file mode 100644 (file)
index 0000000..23bfb7b
--- /dev/null
@@ -0,0 +1,28 @@
+<?php
+/*=====================================================================*\
+|| ###################################################################
+|| # ViewSVN [#]version[#]
+|| # Copyright ©2002-[#]year[#] Iris Studios, Inc.
+|| #
+|| # This program is free software; you can redistribute it and/or modify
+|| # it under the terms of the GNU General Public License as published by
+|| # the Free Software Foundation; version [#]gpl[#] of the License.
+|| #
+|| # This program is distributed in the hope that it will be useful, but
+|| # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+|| # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+|| # more details.
+|| #
+|| # You should have received a copy of the GNU General Public License along
+|| # with this program; if not, write to the Free Software Foundation, Inc.,
+|| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+|| ###################################################################
+\*=====================================================================*/
+
+/*=====================================================================*\
+|| ###################################################################
+|| # $HeadURL$
+|| # $Id$
+|| ###################################################################
+\*=====================================================================*/
+?>
\ No newline at end of file