diff options
| author | David King <imkingdavid@gmail.com> | 2012-11-16 17:36:39 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-11-16 17:36:39 -0500 |
| commit | 4efbb893b7b8ada8766847dc59724faef9c18142 (patch) | |
| tree | 9d9a9823f5a48ac5f302fd7c96f85d9c0a1fbc43 /tests/functional/fixtures/ext/foo/bar | |
| parent | abf2575bdbad84ca2d139290789852ee51efd31c (diff) | |
| download | forums-4efbb893b7b8ada8766847dc59724faef9c18142.tar forums-4efbb893b7b8ada8766847dc59724faef9c18142.tar.gz forums-4efbb893b7b8ada8766847dc59724faef9c18142.tar.bz2 forums-4efbb893b7b8ada8766847dc59724faef9c18142.tar.xz forums-4efbb893b7b8ada8766847dc59724faef9c18142.zip | |
[feature/controller] Fix line endings and permissions, and check responses
PHPBB3-10864
Diffstat (limited to 'tests/functional/fixtures/ext/foo/bar')
| -rw-r--r--[-rwxr-xr-x] | tests/functional/fixtures/ext/foo/bar/config/routing.yml | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | tests/functional/fixtures/ext/foo/bar/config/services.yml | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | tests/functional/fixtures/ext/foo/bar/controller/controller.php | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | tests/functional/fixtures/ext/foo/bar/ext.php | 12 |
4 files changed, 6 insertions, 6 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/config/routing.yml b/tests/functional/fixtures/ext/foo/bar/config/routing.yml index 123f5f1b73..123f5f1b73 100755..100644 --- a/tests/functional/fixtures/ext/foo/bar/config/routing.yml +++ b/tests/functional/fixtures/ext/foo/bar/config/routing.yml diff --git a/tests/functional/fixtures/ext/foo/bar/config/services.yml b/tests/functional/fixtures/ext/foo/bar/config/services.yml index 33ced55af9..33ced55af9 100755..100644 --- a/tests/functional/fixtures/ext/foo/bar/config/services.yml +++ b/tests/functional/fixtures/ext/foo/bar/config/services.yml diff --git a/tests/functional/fixtures/ext/foo/bar/controller/controller.php b/tests/functional/fixtures/ext/foo/bar/controller/controller.php index 50ea5d034b..50ea5d034b 100755..100644 --- a/tests/functional/fixtures/ext/foo/bar/controller/controller.php +++ b/tests/functional/fixtures/ext/foo/bar/controller/controller.php diff --git a/tests/functional/fixtures/ext/foo/bar/ext.php b/tests/functional/fixtures/ext/foo/bar/ext.php index 7170209d53..74359d51ab 100755..100644 --- a/tests/functional/fixtures/ext/foo/bar/ext.php +++ b/tests/functional/fixtures/ext/foo/bar/ext.php @@ -1,6 +1,6 @@ -<?php
-
-class phpbb_ext_foo_bar_ext extends phpbb_extension_base
-{
-
-}
+<?php + +class phpbb_ext_foo_bar_ext extends phpbb_extension_base +{ + +} |
