@@ -1,5 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | -if (!defined('PHPUNIT_TESTING')) defined('BASEPATH') OR exit('No direct script access allowed'); |
|
| 2 | +if (!defined('PHPUNIT_TESTING')) { |
|
| 3 | + defined('BASEPATH') OR exit('No direct script access allowed'); |
|
| 4 | +} |
|
| 3 | 5 | |
| 4 | 6 | // Gettext catalog codeset |
| 5 | 7 | $config['gettext_catalog_codeset'] = 'UTF-8'; |
@@ -1,6 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | // @codeCoverageIgnoreStart |
| 3 | -if (!defined('PHPUNIT_TESTING')) defined('BASEPATH') OR exit('No direct script access allowed'); |
|
| 3 | +if (!defined('PHPUNIT_TESTING')) { |
|
| 4 | + defined('BASEPATH') OR exit('No direct script access allowed'); |
|
| 5 | +} |
|
| 4 | 6 | // @codeCoverageIgnoreEnd |
| 5 | 7 | |
| 6 | 8 | /** |