Skip to content

Commit 70b8f3b

Browse files
committed
Refactoring and tests
1 parent 35e7020 commit 70b8f3b

11 files changed

+2096
-53
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor/
22
/examples/looker_access_token.txt
3+
/.phpunit.result.cache

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
"autoload": {
33
"psr-4": {
44
"Alexkart\\Looker\\": "src/",
5-
"App\\": "examples/"
5+
"App\\": "examples/",
6+
"Tests\\": "tests/"
67
}
78
},
89
"require": {
910
"alexkart/looker-php-sdk": "^0.1.0"
11+
},
12+
"require-dev": {
13+
"phpunit/phpunit": "^9.5"
1014
}
1115
}

0 commit comments

Comments
 (0)