Skip to content

Commit

Permalink
feat: use pest as testing library
Browse files Browse the repository at this point in the history
  • Loading branch information
faustoq committed Jul 3, 2024
1 parent e01a3bb commit 375def2
Show file tree
Hide file tree
Showing 9 changed files with 2,669 additions and 701 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "orama/oramacloud-client-php",
"description": "Orama SDK for PHP",
"license": "ISC",
"autoload": {
"psr-4": {
"OramaCloud\\": "src/"
Expand All @@ -10,10 +9,15 @@
"require": {
"guzzlehttp/guzzle": "^7.8"
},
"require-dev": {
"phpunit/phpunit": "^11.2"
},
"scripts": {
"test": "vendor/bin/phpunit tests"
},
"require-dev": {
"pestphp/pest": "^2.34"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}
Loading

0 comments on commit 375def2

Please sign in to comment.