Skip to content

Commit

Permalink
remove autoload lib from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Jul 8, 2020
1 parent a251919 commit 7fa6ddc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public function testClient() {
);
} else {
require_once "AirTableTestCredentials.php";
require_once __DIR__ . '/../src/AirTable/autoload.php';
}

if (!strlen(AirTableTestCredentials::$token) || !strlen(AirTableTestCredentials::$base) || !strlen(AirTableTestCredentials::$table) || !strlen(AirTableTestCredentials::$testColumn)) {
Expand Down

0 comments on commit 7fa6ddc

Please sign in to comment.