Set license to be correct in every file.

Fixed standardTest output into console.

Changed readme to show build status
This commit is contained in:
Abel Hoogeveen 2016-07-11 14:38:31 +02:00
parent 4e59a55365
commit 45e9650343
5 changed files with 22 additions and 19 deletions

View File

@ -1,4 +1,4 @@
FuzeWorks Application Skeleton
FuzeWorks Application Skeleton [![build status](http://10.0.0.32/fuzeworks/Application/badges/master/build.svg)](http://10.0.0.32/fuzeworks/Application/commits/master)
=================
This is a simple, skeleton application using [FuzeWorks](https://techfuze.net/fuzeworks). This is meant to

View File

@ -1,10 +1,10 @@
<?php
/**
* FuzeWorks.
* FuzeWorks Application Skeleton.
*
* The FuzeWorks MVC PHP FrameWork
*
* Copyright (C) 2015 TechFuze
* Copyright (C) 2016 TechFuze
*
* 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
@ -19,15 +19,15 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @author TechFuze
* @copyright Copyright (c) 2013 - 2016, Techfuze. (http://techfuze.net)
* @copyright Copyright (c) 1996 - 2015, Free Software Foundation, Inc. (http://www.fsf.org/)
* @license http://opensource.org/licenses/GPL-3.0 GPLv3 License
* @author TechFuze
* @copyright Copyright (c) 2013 - 2016, Techfuze. (http://techfuze.net)
* @copyright Copyright (c) 1996 - 2015, Free Software Foundation, Inc. (http://www.fsf.org/)
* @license http://opensource.org/licenses/GPL-3.0 GPLv3 License
*
* @link http://fuzeworks.techfuze.net
* @since Version 0.0.1
* @link http://techfuze.net/fuzeworks
* @since Version 0.0.1
*
* @version Version 0.0.1
* @version Version 0.0.1
*/
use Application\Controller\Standard;
@ -74,6 +74,7 @@ class standardTest extends TestCase
public function tearDown()
{
Layout::reset();
Factory::getInstance()->output->set_output('');
}

View File

@ -1,10 +1,10 @@
<?php
/**
* FuzeWorks.
* FuzeWorks Application Skeleton.
*
* The FuzeWorks MVC PHP FrameWork
*
* Copyright (C) 2015 TechFuze
* Copyright (C) 2016 TechFuze
*
* 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
@ -19,15 +19,15 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @author TechFuze
* @copyright Copyright (c) 2013 - 2016, Techfuze. (http://techfuze.net)
* @copyright Copyright (c) 1996 - 2015, Free Software Foundation, Inc. (http://www.fsf.org/)
* @license http://opensource.org/licenses/GPL-3.0 GPLv3 License
* @author TechFuze
* @copyright Copyright (c) 2013 - 2016, Techfuze. (http://techfuze.net)
* @copyright Copyright (c) 1996 - 2015, Free Software Foundation, Inc. (http://www.fsf.org/)
* @license http://opensource.org/licenses/GPL-3.0 GPLv3 License
*
* @link http://fuzeworks.techfuze.net
* @since Version 0.0.1
* @link http://techfuze.net/fuzeworks
* @since Version 0.0.1
*
* @version Version 0.0.1
* @version Version 0.0.1
*/
use FuzeWorks\Core;

2
tests/mocks/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore