Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jun 15, 2024
1 parent 990c591 commit 5f082a5
Show file tree
Hide file tree
Showing 45 changed files with 2,069 additions and 905 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"require-dev": {
"laravel/pint": "^1.2",
"nunomaduro/larastan": "^2.4.0",
"orchestra/testbench": "^8.5",
"larastan/larastan": "^2.4.0",
"sampoyigi/testbench": "^1.0",
"pestphp/pest-plugin-laravel": "^2.0",
"igniterlabs/ti-ext-importexport": "v4.x-dev as 4.0"
},
Expand Down
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<php>
<env name="APP_ENV" value="testing"/>
<env name="APP_KEY" value="base64:YzE5YjR2b3hrem1ucmdmc2Fkbm92NW1veHBkMWdpa3k="/>
<env name="DB_CONNECTION" value="mysql"/>
<env name="DB_DATABASE" value="testbench"/>
<env name="DB_USERNAME" value="forge"/>
</php>
<source>
<include>
Expand Down
Binary file removed resources/js/vendor/raty/fonts/raty.eot
Binary file not shown.
25 changes: 0 additions & 25 deletions resources/js/vendor/raty/fonts/raty.svg

This file was deleted.

Binary file removed resources/js/vendor/raty/fonts/raty.ttf
Binary file not shown.
Binary file removed resources/js/vendor/raty/fonts/raty.woff
Binary file not shown.
46 changes: 0 additions & 46 deletions resources/js/vendor/raty/jquery.raty.css

This file was deleted.

Loading

0 comments on commit 5f082a5

Please sign in to comment.