summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php')
-rw-r--r--apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php b/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php
index ebfbd339654..ac5346fe025 100644
--- a/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php
+++ b/apps/user_ldap/tests/Integration/setup-scripts/createExplicitGroups.php
@@ -20,7 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-if(php_sapi_name() !== 'cli') {
+if (php_sapi_name() !== 'cli') {
print('Only via CLI, please.');
exit(1);
}