diff --git a/.gitignore b/.gitignore index f5d6a52..a2b6144 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ spark Thumbs.db ehthumbs.db Desktop.ini +admin diff --git a/composer.json b/composer.json index f569936..4a75cdc 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "scripts": { "post-update-cmd": [ "composer dump-autoload", - "CodeIgniter\\ComposerScripts::postUpdate" + "CodeIgniter\\ComposerScripts::postUpdate", + "bash admin/setup.sh" ] }, "support": { diff --git a/phpunit.xml b/phpunit.xml index 1897d87..3878759 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -21,11 +21,11 @@ - ./application/Models/Aauth - ./application/Language/*/Aauth - ./application/Config/Aauth.php - ./application/Config/Aauth.php - ./application/Libraries/Aauth.php + ./app/Models/Aauth + ./app/Language/*/Aauth + ./app/Config/Aauth.php + ./app/Config/Aauth.php + ./app/Libraries/Aauth.php