From 03e4ce6586f3ba755bd3efad2aded3f20c2af02c Mon Sep 17 00:00:00 2001 From: kenjis Date: Sun, 14 Apr 2024 04:18:28 +0000 Subject: [PATCH] Release v4.5.1 --- .gitignore | 2 - phpunit.xml.dist | 107 +++++++++++++++++++++---------------- tests/.htaccess | 6 +++ tests/index.html | 11 ++++ writable/debugbar/.gitkeep | 0 writable/index.html | 11 ++++ 6 files changed, 89 insertions(+), 48 deletions(-) create mode 100755 tests/.htaccess create mode 100755 tests/index.html delete mode 100755 writable/debugbar/.gitkeep create mode 100755 writable/index.html 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.

+ + +