From c91ff61cdfa8b5eb76783927e5b8710f2a9f2601 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 4 Nov 2014 21:40:45 -0500 Subject: Update scrutinizer config --- .scrutinizer.yml | 1 + scripts/api-client.php | 20 -------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100755 scripts/api-client.php diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 34f9a173..aad0420a 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -3,6 +3,7 @@ filter: - 'vendor/*' - 'tests/*' - 'app/Template/*' + - 'scripts/*' paths: { } tools: php_sim: diff --git a/scripts/api-client.php b/scripts/api-client.php deleted file mode 100755 index 0fb45117..00000000 --- a/scripts/api-client.php +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env php - '.PHP_EOL); -} - -$client = new JsonRPC\Client($argv[1], 5, true); -$client->authentication('jsonrpc', $argv[2]); - - -$client->createProject('Test API'); - - -$r = $client->getAllProjects(); - -var_dump($r); - -- cgit v1.2.3