Skip to content

Commit

Permalink
Merge branch 'main' into devbox
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Jul 5, 2023
2 parents bcdf226 + cf5b072 commit 100b740
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Composer
composer.lock
composer.phar
vendor/
.phpunit.result.cache

# PHPUnit
/.phpunit.cache
.phpunit.result.cache
1 change: 0 additions & 1 deletion .phpunit.result.cache

This file was deleted.

6 changes: 3 additions & 3 deletions tests/WorkOS/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function testClientThrowsRequestExceptionsWithBadMessage($statusCode, $ex
}
}

/**
/**
* @dataProvider requestExceptionTestProvider
*/
public function testClientThrowsRequestExceptionsWithMessageAndCode($statusCode, $exceptionClass)
Expand Down Expand Up @@ -119,7 +119,7 @@ public function testClientThrowsRequestExceptionsWithMessageAndCode($statusCode,
}
}

/**
/**
* @dataProvider requestExceptionTestProvider
*/
public function testClientThrowsRequestExceptionsWithErrorAndErrorDescription($statusCode, $exceptionClass)
Expand Down Expand Up @@ -149,7 +149,7 @@ public function testClientThrowsRequestExceptionsWithErrorAndErrorDescription($s
}
}

/**
/**
* @dataProvider requestExceptionTestProvider
*/
public function testClientThrowsRequestExceptionsWithErrors($statusCode, $exceptionClass)
Expand Down

0 comments on commit 100b740

Please sign in to comment.