diff --git a/.gitignore b/.gitignore index 696da9cb..8071bd3d 100644 --- a/.gitignore +++ b/.gitignore @@ -124,5 +124,3 @@ nb-configuration.xml /results/ /phpunit*.xml -/.phpunit.*.cache - diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7cd6d3af..dea94087 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,48 +1,63 @@ - - - - - - - - - - - - ./tests - - - - - - - - - - - - - - - - - - - - - ./app - - - ./app/Views - ./app/Config/Routes.php - - + + + + + + + + + + + + ./tests + + + + + + + + + + ./app + + + ./app/Views + ./app/Config/Routes.php + + + + + + + + + + + + + + diff --git a/tests/.htaccess b/tests/.htaccess new file mode 100755 index 00000000..3462048a --- /dev/null +++ b/tests/.htaccess @@ -0,0 +1,6 @@ + + Require all denied + + + Deny from all + diff --git a/tests/index.html b/tests/index.html new file mode 100755 index 00000000..b702fbc3 --- /dev/null +++ b/tests/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/writable/debugbar/.gitkeep b/writable/debugbar/.gitkeep deleted file mode 100755 index e69de29b..00000000 diff --git a/writable/index.html b/writable/index.html new file mode 100755 index 00000000..b702fbc3 --- /dev/null +++ b/writable/index.html @@ -0,0 +1,11 @@ + + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + +