Completed
Pull Request — master (#54)
by Reginaldo
41:52
created
Plugin/DebugKit/Test/Case/AllDebugKitWithoutViewTest.php 2 patches
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,20 +1,20 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * View Group Test for DebugKit
4
- *
5
- * PHP 5
6
- *
7
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
- *
10
- * Licensed under The MIT License
11
- * Redistributions of files must retain the above copyright notice.
12
- *
13
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
- * @link          http://cakephp.org CakePHP(tm) Project
15
- * @since         DebugKit 1.0
16
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
- */
3
+	 * View Group Test for DebugKit
4
+	 *
5
+	 * PHP 5
6
+	 *
7
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
+	 *
10
+	 * Licensed under The MIT License
11
+	 * Redistributions of files must retain the above copyright notice.
12
+	 *
13
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
+	 * @link          http://cakephp.org CakePHP(tm) Project
15
+	 * @since         DebugKit 1.0
16
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
+	 */
18 18
 
19 19
 require_once dirname(__FILE__) . DS . 'DebugkitGroupTestCase.php';
20 20
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17 17
  */
18 18
 
19
-require_once dirname(__FILE__) . DS . 'DebugkitGroupTestCase.php';
19
+require_once dirname(__FILE__).DS.'DebugkitGroupTestCase.php';
20 20
 
21 21
 /**
22 22
  * DebugKitViewTestSuite class
Please login to merge, or discard this patch.
Plugin/DebugKit/Test/Case/AllTestsTest.php 2 patches
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,20 +1,20 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * AllTestsTest For DebugKit
4
- *
5
- * PHP 5
6
- *
7
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
- *
10
- * Licensed under The MIT License
11
- * Redistributions of files must retain the above copyright notice.
12
- *
13
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
- * @link          http://cakephp.org CakePHP(tm) Project
15
- * @since         DebugKit 1.0
16
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
- */
3
+	 * AllTestsTest For DebugKit
4
+	 *
5
+	 * PHP 5
6
+	 *
7
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
+	 *
10
+	 * Licensed under The MIT License
11
+	 * Redistributions of files must retain the above copyright notice.
12
+	 *
13
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
+	 * @link          http://cakephp.org CakePHP(tm) Project
15
+	 * @since         DebugKit 1.0
16
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
+	 */
18 18
 
19 19
 require_once dirname(__FILE__) . DS . 'DebugkitGroupTestCase.php';
20 20
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17 17
  */
18 18
 
19
-require_once dirname(__FILE__) . DS . 'DebugkitGroupTestCase.php';
19
+require_once dirname(__FILE__).DS.'DebugkitGroupTestCase.php';
20 20
 
21 21
 /**
22 22
  * AllTestsTest class
Please login to merge, or discard this patch.
Plugin/DebugKit/Test/Case/Controller/Component/ToolbarComponentTest.php 2 patches
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * PHP 5
4
- *
5
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
6
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
7
- *
8
- * Licensed under The MIT License
9
- * Redistributions of files must retain the above copyright notice.
10
- *
11
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
12
- * @link          http://cakephp.org CakePHP(tm) Project
13
- * @since         DebugKit 2.1
14
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
15
- */
3
+	 * PHP 5
4
+	 *
5
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
6
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
7
+	 *
8
+	 * Licensed under The MIT License
9
+	 * Redistributions of files must retain the above copyright notice.
10
+	 *
11
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
12
+	 * @link          http://cakephp.org CakePHP(tm) Project
13
+	 * @since         DebugKit 2.1
14
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
15
+	 */
16 16
 
17 17
 App::uses('Router', 'Routing');
18 18
 App::uses('Controller', 'Controller');
Please login to merge, or discard this patch.
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -161,13 +161,13 @@  discard block
 block discarded – undo
161 161
  */
162 162
 	public function testLoadPluginPanels() {
163 163
 		$debugKitPath = App::pluginPath('DebugKit');
164
-		$noDir = (empty($debugKitPath) || !file_exists($debugKitPath));
164
+		$noDir = (empty($debugKitPath) || ! file_exists($debugKitPath));
165 165
 		if ($noDir) {
166 166
 			$this->markTestAsSkipped('Could not find DebugKit in plugin paths');
167 167
 		}
168 168
 
169 169
 		App::build(array(
170
-			'Plugin' => array($debugKitPath . 'Test' . DS . 'test_app' . DS . 'Plugin' . DS)
170
+			'Plugin' => array($debugKitPath.'Test'.DS.'test_app'.DS.'Plugin'.DS)
171 171
 		));
172 172
 
173 173
 		CakePlugin::load('DebugkitTestPlugin');
@@ -186,13 +186,13 @@  discard block
 block discarded – undo
186 186
  */
187 187
 	public function testLibPanels() {
188 188
 		$debugKitPath = App::pluginPath('DebugKit');
189
-		$noDir = (empty($debugKitPath) || !file_exists($debugKitPath));
189
+		$noDir = (empty($debugKitPath) || ! file_exists($debugKitPath));
190 190
 		if ($noDir) {
191 191
 			$this->markTestAsSkipped('Could not find DebugKit in plugin paths');
192 192
 		}
193 193
 
194 194
 		App::build(array(
195
-			'Lib' => array($debugKitPath . 'Test' . DS . 'test_app' . DS . 'Lib' . DS)
195
+			'Lib' => array($debugKitPath.'Test'.DS.'test_app'.DS.'Lib'.DS)
196 196
 		));
197 197
 		$this->_loadController(array(
198 198
 			'panels' => array('test'),
@@ -499,16 +499,16 @@  discard block
 block discarded – undo
499 499
  */
500 500
 	public function testNoRequestActionInterference() {
501 501
 		$debugKitPath = App::pluginPath('DebugKit');
502
-		$noDir = (empty($debugKitPath) || !file_exists($debugKitPath));
502
+		$noDir = (empty($debugKitPath) || ! file_exists($debugKitPath));
503 503
 		if ($noDir) {
504 504
 			$this->markTestAsSkipped('Could not find DebugKit in plugin paths');
505 505
 		}
506 506
 
507 507
 		App::build(array(
508
-			'Controller' => $debugKitPath . 'Test' . DS . 'test_app' . DS . 'Controller' . DS,
508
+			'Controller' => $debugKitPath.'Test'.DS.'test_app'.DS.'Controller'.DS,
509 509
 			'View' => array(
510
-				$debugKitPath . 'Test' . DS . 'test_app' . DS . 'View' . DS,
511
-				CAKE_CORE_INCLUDE_PATH . DS . 'Cake' . DS . 'View' . DS
510
+				$debugKitPath.'Test'.DS.'test_app'.DS.'View'.DS,
511
+				CAKE_CORE_INCLUDE_PATH.DS.'Cake'.DS.'View'.DS
512 512
 			),
513 513
 			'plugins' => $this->_paths['plugins']
514 514
 		));
Please login to merge, or discard this patch.
Plugin/DebugKit/Test/Case/Lib/DebugKitDebuggerTest.php 2 patches
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,20 +1,20 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DebugKit Debugger Test Case File
4
- *
5
- * PHP 5
6
- *
7
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
- *
10
- * Licensed under The MIT License
11
- * Redistributions of files must retain the above copyright notice.
12
- *
13
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
- * @link          http://cakephp.org CakePHP(tm) Project
15
- * @since         debug_kit 0.1
16
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
- **/
3
+	 * DebugKit Debugger Test Case File
4
+	 *
5
+	 * PHP 5
6
+	 *
7
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
+	 *
10
+	 * Licensed under The MIT License
11
+	 * Redistributions of files must retain the above copyright notice.
12
+	 *
13
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
+	 * @link          http://cakephp.org CakePHP(tm) Project
15
+	 * @since         debug_kit 0.1
16
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
+	 **/
18 18
 
19 19
 App::uses('DebugKitDebugger', 'DebugKit.Lib');
20 20
 require_once CakePlugin::path('DebugKit') . 'Test' . DS . 'Case' . DS . 'TestFireCake.php';
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  **/
18 18
 
19 19
 App::uses('DebugKitDebugger', 'DebugKit.Lib');
20
-require_once CakePlugin::path('DebugKit') . 'Test' . DS . 'Case' . DS . 'TestFireCake.php';
20
+require_once CakePlugin::path('DebugKit').'Test'.DS.'Case'.DS.'TestFireCake.php';
21 21
 
22 22
 /**
23 23
  * Test case for the DebugKitDebugger
Please login to merge, or discard this patch.
Plugin/DebugKit/Test/Case/Lib/DebugMemoryTest.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,19 +1,19 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DebugKit Debug Memory Test Cases
4
- *
5
- * PHP 5
6
- *
7
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
- *
10
- * Licensed under The MIT License
11
- * Redistributions of files must retain the above copyright notice.
12
- *
13
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
- * @link          http://cakephp.org CakePHP(tm) Project
15
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
16
- **/
3
+	 * DebugKit Debug Memory Test Cases
4
+	 *
5
+	 * PHP 5
6
+	 *
7
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
+	 *
10
+	 * Licensed under The MIT License
11
+	 * Redistributions of files must retain the above copyright notice.
12
+	 *
13
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
+	 * @link          http://cakephp.org CakePHP(tm) Project
15
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
16
+	 **/
17 17
 
18 18
 App::uses('DebugMemory', 'DebugKit.Lib');
19 19
 
Please login to merge, or discard this patch.
Plugin/DebugKit/Test/Case/Lib/DebugTimerTest.php 2 patches
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,20 +1,20 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DebugTimer Test Case
4
- *
5
- * PHP 5
6
- *
7
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
- *
10
- * Licensed under The MIT License
11
- * Redistributions of files must retain the above copyright notice.
12
- *
13
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
- * @link          http://cakephp.org CakePHP(tm) Project
15
- * @since         debug_kit 2.0
16
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
- */
3
+	 * DebugTimer Test Case
4
+	 *
5
+	 * PHP 5
6
+	 *
7
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
+	 *
10
+	 * Licensed under The MIT License
11
+	 * Redistributions of files must retain the above copyright notice.
12
+	 *
13
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
+	 * @link          http://cakephp.org CakePHP(tm) Project
15
+	 * @since         debug_kit 2.0
16
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
+	 */
18 18
 
19 19
 App::uses('DebugTimer', 'DebugKit.Lib');
20 20
 
Please login to merge, or discard this patch.
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
 		sleep(1);
51 51
 		$this->assertTrue(DebugTimer::stop('test2'));
52 52
 		$elapsed = DebugTimer::elapsedTime('test2');
53
-		$expected = stripos(PHP_OS, 'win') === false ? 0.999: 0.95; // Windows timer's precision is bad
53
+		$expected = stripos(PHP_OS, 'win') === false ? 0.999 : 0.95; // Windows timer's precision is bad
54 54
 		$this->assertTrue($elapsed >= $expected);
55 55
 
56 56
 		DebugTimer::start('test3');
@@ -72,10 +72,10 @@  discard block
 block discarded – undo
72 72
 		$this->assertEquals(2, count($timers));
73 73
 		end($timers);
74 74
 		$key = key($timers);
75
-		$lineNo = __LINE__ - 8;
75
+		$lineNo = __LINE__ -8;
76 76
 
77 77
 		$file = Debugger::trimPath(__FILE__);
78
-		$expected = $file . ' line ' . $lineNo;
78
+		$expected = $file.' line '.$lineNo;
79 79
 		$this->assertEquals($expected, $key);
80 80
 
81 81
 		$timer = $timers[$expected];
@@ -98,15 +98,15 @@  discard block
 block discarded – undo
98 98
 
99 99
 		$timers = DebugTimer::getAll();
100 100
 		$this->assertEquals(3, count($timers), 'incorrect number of timers %s');
101
-		$firstTimerLine = __LINE__ - 9;
102
-		$secondTimerLine = __LINE__ - 8;
101
+		$firstTimerLine = __LINE__ -9;
102
+		$secondTimerLine = __LINE__ -8;
103 103
 		$file = Debugger::trimPath(__FILE__);
104 104
 
105
-		$this->assertTrue(isset($timers[$file . ' line ' . $firstTimerLine]), 'first timer is not set %s');
106
-		$this->assertTrue(isset($timers[$file . ' line ' . $secondTimerLine]), 'second timer is not set %s');
105
+		$this->assertTrue(isset($timers[$file.' line '.$firstTimerLine]), 'first timer is not set %s');
106
+		$this->assertTrue(isset($timers[$file.' line '.$secondTimerLine]), 'second timer is not set %s');
107 107
 
108
-		$firstTimer = $timers[$file . ' line ' . $firstTimerLine];
109
-		$secondTimer = $timers[$file . ' line ' . $secondTimerLine];
108
+		$firstTimer = $timers[$file.' line '.$firstTimerLine];
109
+		$secondTimer = $timers[$file.' line '.$secondTimerLine];
110 110
 		$this->assertTrue($firstTimer['time'] > $secondTimer['time']);
111 111
 	}
112 112
 
Please login to merge, or discard this patch.
Plugin/DebugKit/Test/Case/Lib/FireCakeTest.php 2 patches
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,20 +1,20 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CakeFirePHP Test Case
4
- *
5
- * PHP 5
6
- *
7
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
- *
10
- * Licensed under The MIT License
11
- * Redistributions of files must retain the above copyright notice.
12
- *
13
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
- * @link          http://cakephp.org CakePHP(tm) Project
15
- * @since         DebugKit 0.1
16
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
- **/
3
+	 * CakeFirePHP Test Case
4
+	 *
5
+	 * PHP 5
6
+	 *
7
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
+	 *
10
+	 * Licensed under The MIT License
11
+	 * Redistributions of files must retain the above copyright notice.
12
+	 *
13
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
+	 * @link          http://cakephp.org CakePHP(tm) Project
15
+	 * @since         DebugKit 0.1
16
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
+	 **/
18 18
 
19 19
 App::uses('FireCake', 'DebugKit.Lib');
20 20
 require_once CakePlugin::path('DebugKit') . 'Test' . DS . 'Case' . DS . 'TestFireCake.php';
Please login to merge, or discard this patch.
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
  **/
18 18
 
19 19
 App::uses('FireCake', 'DebugKit.Lib');
20
-require_once CakePlugin::path('DebugKit') . 'Test' . DS . 'Case' . DS . 'TestFireCake.php';
20
+require_once CakePlugin::path('DebugKit').'Test'.DS.'Case'.DS.'TestFireCake.php';
21 21
 
22 22
 /**
23 23
  * Test Case For FireCake
@@ -161,10 +161,10 @@  discard block
 block discarded – undo
161 161
  * @return void
162 162
  */
163 163
 	public function testTable() {
164
-		$table[] = array('Col 1 Heading','Col 2 Heading');
165
-		$table[] = array('Row 1 Col 1','Row 1 Col 2');
166
-		$table[] = array('Row 2 Col 1','Row 2 Col 2');
167
-		$table[] = array('Row 3 Col 1','Row 3 Col 2');
164
+		$table[] = array('Col 1 Heading', 'Col 2 Heading');
165
+		$table[] = array('Row 1 Col 1', 'Row 1 Col 2');
166
+		$table[] = array('Row 2 Col 1', 'Row 2 Col 2');
167
+		$table[] = array('Row 3 Col 1', 'Row 3 Col 2');
168 168
 		FireCake::table('myTrace', $table);
169 169
 		$expected = '162|[{"Type":"TABLE","Label":"myTrace"},[["Col 1 Heading","Col 2 Heading"],["Row 1 Col 1","Row 1 Col 2"],["Row 2 Col 1","Row 2 Col 2"],["Row 3 Col 1","Row 3 Col 2"]]]|';
170 170
 		$this->assertEquals($this->firecake->sentHeaders['X-Wf-1-1-1-1'], $expected);
@@ -176,9 +176,9 @@  discard block
 block discarded – undo
176 176
  * @return void
177 177
  */
178 178
 	public function testStringEncode() {
179
-		$vars = array(1,2,3);
179
+		$vars = array(1, 2, 3);
180 180
 		$result = $this->firecake->stringEncode($vars);
181
-		$this->assertEquals($result, array(1,2,3));
181
+		$this->assertEquals($result, array(1, 2, 3));
182 182
 
183 183
 		$this->firecake->setOptions(array('maxArrayDepth' => 3));
184 184
 		$deep = array(1 => array(2 => array(3)));
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
 		$this->assertEquals(substr($header, -2), '|\\');
243 243
 
244 244
 		$endIndex = $this->firecake->sentHeaders['X-Wf-1-Index'];
245
-		$header = $this->firecake->sentHeaders['X-Wf-1-1-1-' . $endIndex];
245
+		$header = $this->firecake->sentHeaders['X-Wf-1-1-1-'.$endIndex];
246 246
 		$this->assertEquals(substr($header, -1), '|');
247 247
 	}
248 248
 
@@ -335,7 +335,7 @@  discard block
 block discarded – undo
335 335
 		$json = FireCake::jsonEncode(array('one' => 1, 'two' => 2));
336 336
 		$this->assertEquals($json, '{"one":1,"two":2}');
337 337
 
338
-		$json = FireCake::jsonEncode(array(1,2,3));
338
+		$json = FireCake::jsonEncode(array(1, 2, 3));
339 339
 		$this->assertEquals($json, '[1,2,3]');
340 340
 
341 341
 		$json = FireCake::jsonEncode(FireCake::getInstance());
Please login to merge, or discard this patch.
Plugin/DebugKit/Test/Case/Lib/Panel/SqlLogPanelTest.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * SqlLogPanelTest
4
- *
5
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
6
- *
7
- * Licensed under The MIT License
8
- * Redistributions of files must retain the above copyright notice.
9
- *
10
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11
- * @link          http://cakephp.org CakePHP(tm) Project
12
- * @since         DebugKit 2.1
13
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
14
- */
3
+	 * SqlLogPanelTest
4
+	 *
5
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
6
+	 *
7
+	 * Licensed under The MIT License
8
+	 * Redistributions of files must retain the above copyright notice.
9
+	 *
10
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11
+	 * @link          http://cakephp.org CakePHP(tm) Project
12
+	 * @since         DebugKit 2.1
13
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
14
+	 */
15 15
 
16 16
 App::uses('SqlLogPanel', 'DebugKit.Lib/Panel');
17 17
 App::uses('Model', 'Model');
Please login to merge, or discard this patch.
Plugin/DebugKit/Test/Case/Model/Behavior/TimedBehaviorTest.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,20 +1,20 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DebugKit TimedBehavior Test Case
4
- *
5
- * PHP 5
6
- *
7
- * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
- * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
- *
10
- * Licensed under The MIT License
11
- * Redistributions of files must retain the above copyright notice.
12
- *
13
- * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
- * @link          http://cakephp.org CakePHP(tm) Project
15
- * @since         DebugKit 1.3
16
- * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
- */
3
+	 * DebugKit TimedBehavior Test Case
4
+	 *
5
+	 * PHP 5
6
+	 *
7
+	 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
8
+	 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
9
+	 *
10
+	 * Licensed under The MIT License
11
+	 * Redistributions of files must retain the above copyright notice.
12
+	 *
13
+	 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
+	 * @link          http://cakephp.org CakePHP(tm) Project
15
+	 * @since         DebugKit 1.3
16
+	 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
17
+	 */
18 18
 
19 19
 App::uses('DebugKitDebugger', 'DebugKit.Lib');
20 20
 
Please login to merge, or discard this patch.