mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-01 01:26:19 +00:00
Fixed code formatting.
This commit is contained in:
commit
9b9cf3d165
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class CakeTestSuiteDispatcherTest extends CakeTestCase {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$dispatcher->loadTestFramework();
|
$dispatcher->loadTestFramework();
|
||||||
} catch(Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
$exception = $ex;
|
$exception = $ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue