mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 12:32:42 +00:00
Fix spacing for coding standards
This commit is contained in:
parent
7fa1984a43
commit
17fcd0534f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class CakeTestSuite extends PHPUnit_Framework_TestSuite {
|
|||
$files = $Folder->tree(null, false, 'files');
|
||||
|
||||
foreach ($files as $file) {
|
||||
if (strpos($file, DS.'.') !== false) {
|
||||
if (strpos($file, DS . '.') !== false) {
|
||||
continue;
|
||||
}
|
||||
$this->addTestFile($file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue