Skip to content

Commit 5ff902f

Browse files
committed
add extra fixtures
1 parent afe1cd2 commit 5ff902f

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
composer.lock
55
.php-cs-fixer.cache
66
.phpunit.result.cache
7+
.phpunit.cache/
78

89
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
910
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
@@ -75,3 +76,4 @@ fabric.properties
7576
.idea/caches/build_file_checksums.ser
7677
/.idea/codeception.xml
7778
/.idea/phpspec.xml
79+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"errors": true
3+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"errors": true,
3+
"stub_body": "invalid_client"
4+
}

0 commit comments

Comments
 (0)