Skip to content

Commit

Permalink
feat: update to Pest 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Mar 22, 2023
1 parent e83d019 commit 0426641
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 56 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2]
laravel: [9.*, 10.*]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*

Expand Down
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@
],
"require": {
"php": "^8.2",
"illuminate/contracts": "^9.46|^10.0",
"illuminate/contracts": "^10.0",
"propaganistas/laravel-phone": "^5.0.3",
"spatie/laravel-package-tools": "^1.14.1",
"spatie/laravel-package-tools": "^1.14.2",
"twilio/sdk": "^6.44"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.5",
"nunomaduro/collision": "^6.3",
"orchestra/testbench": "^7.22|^8.0",
"pestphp/pest": "^1.22.3",
"pestphp/pest-plugin-laravel": "^1.4",
"pestphp/pest-plugin-parallel": "^1.2",
"worksome/coding-style": "^2.3"
"nunomaduro/collision": "^7.3.2",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"worksome/coding-style": "^2.5"
},
"autoload": {
"psr-4": {
Expand Down
32 changes: 0 additions & 32 deletions phpcs.xml

This file was deleted.

13 changes: 0 additions & 13 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,8 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
executionOrder="random"
failOnWarning="true"
failOnRisky="true"
failOnEmptyTestSuite="true"
beStrictAboutOutputDuringTests="true"
verbose="true"
>
<coverage>
<include>
Expand Down

0 comments on commit 0426641

Please sign in to comment.