We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394a989 commit 2a2578eCopy full SHA for 2a2578e
composer.json
@@ -24,7 +24,7 @@
24
"phpunit/phpunit-selenium": ">=1.4.1",
25
"brianium/paratest": ">=0.12.1",
26
"appium/php-client": ">=0.1.0"
27
- }
+ },
28
"autoload": {
29
"psr-0": {"TestingBot": "src/"}
30
},
tests/test.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+require './../src/TestingBot/TestingBotAPI.php';
4
5
+$key = '';
6
+$secret = '';
7
8
+$api = new TestingBot\TestingBotAPI($key, $secret);
9
+var_dump($api->getJob('{session}', array('skip_fields' => 'logs')));
0 commit comments