Test Setup Failed
Branch master (844331)
by Frank
02:22
created
hooks/gerrit/index.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 require_once __DIR__.'/../../vendor/autoload.php';
11 11
 require_once __DIR__.'/../../config/config.php';
12 12
 
Please login to merge, or discard this patch.
Build/UnitTestsBootstrap.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 class UnitTestsBootstrap
11 11
 {
12 12
     /**
Please login to merge, or discard this patch.
config/config.example.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 $GLOBALS['config'] = array(
11 11
     // project phase
12 12
     'projectPhase' => \T3Bot\Commands\AbstractCommand::PROJECT_PHASE_DEVELOPMENT,
Please login to merge, or discard this patch.
Classes/Commands/ReviewCommand.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Commands;
12 12
 
Please login to merge, or discard this patch.
Classes/Commands/BeerCommand.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Commands;
12 12
 
Please login to merge, or discard this patch.
Classes/Commands/AbstractCommand.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Commands;
12 12
 
Please login to merge, or discard this patch.
Classes/Commands/BottyCommand.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Commands;
12 12
 
Please login to merge, or discard this patch.
Classes/Commands/ForgeCommand.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Commands;
12 12
 
Please login to merge, or discard this patch.
Classes/Commands/TellCommand.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * T3Bot.
4
- *
5
- * @author Frank Nägler <[email protected]>
6
- *
7
- * @link http://www.t3bot.de
8
- * @link http://wiki.typo3.org/T3Bot
9
- */
3
+     * T3Bot.
4
+     *
5
+     * @author Frank Nägler <[email protected]>
6
+     *
7
+     * @link http://www.t3bot.de
8
+     * @link http://wiki.typo3.org/T3Bot
9
+     */
10 10
 
11 11
 namespace T3Bot\Commands;
12 12
 
Please login to merge, or discard this patch.