Skip to content

Commit fb2d1a6

Browse files
authored
Merge pull request #800 from cakephp/fix-797
Fix authoritative autoloader compatibility.
2 parents 7a2d90d + fff5362 commit fb2d1a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/en/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Configuration
5151
Configure::write('DebugKit.forceEnable', true);
5252

5353
* ``DebugKit.ignorePathsPattern`` - Regex pattern (including delimiter) to ignore paths.
54-
DebugKit won't save data for request URLs that match this regex. Defaults to ``null``::
54+
DebugKit won't save data for request URLs that match this regex. Defaults to ``null``::
5555

5656
// Ignore image paths
5757
Configure::write('DebugKit.ignorePathsPattern', '/\.(jpg|png|gif)$/');

tests/Fixture/PanelsFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @link http://cakephp.org CakePHP(tm) Project
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT License
1212
*/
13-
namespace Debugkit\Test\Fixture;
13+
namespace DebugKit\Test\Fixture;
1414

1515
use Cake\Database\Schema\TableSchema;
1616
use Cake\TestSuite\Fixture\TestFixture;

tests/Fixture/RequestsFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @link http://cakephp.org CakePHP(tm) Project
1111
* @license http://www.opensource.org/licenses/mit-license.php MIT License
1212
*/
13-
namespace Debugkit\Test\Fixture;
13+
namespace DebugKit\Test\Fixture;
1414

1515
use Cake\TestSuite\Fixture\TestFixture;
1616

0 commit comments

Comments
 (0)