Skip to content

Commit

Permalink
Added composer.json to autoload test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-deluna committed Nov 11, 2023
1 parent 4e86fe4 commit d8b963e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ generator/data/glrefs
*.cache
Vagrantfile
.vagrant
composer.json
composer.lock
CMakeFiles/
vendor/glfw/install_manifest.txt
Expand All @@ -50,3 +49,4 @@ vendor/glfw/src/glfw3.pc
vendor/glfw/src/glfw3*.cmake
vendor/glfw/src/glfw_config.h
vendor/glfw/src/libglfw*.dylib
/vendor/
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload-dev": {
"psr-4": {
"GL\\Tests\\": "tests/"
}
}
}

0 comments on commit d8b963e

Please sign in to comment.