diff --git a/config/factom-api.php b/config/factom-api.php index b6b57be..005e5cb 100644 --- a/config/factom-api.php +++ b/config/factom-api.php @@ -1,8 +1,8 @@ env('FACTOM_URL', 'http://localhost:8088/v2'), @@ -16,7 +16,7 @@ 'password' => env('FACTOM_PASSWORD'), - /** + /* * Factom wallet server credentials. */ 'wallet' => [ @@ -32,7 +32,7 @@ 'password' => env('FACTOM_WALLET_PASSWORD'), ], - /** + /* * Factom debug server credentials. */ 'debug' => [ diff --git a/tests/FactomApiTest.php b/tests/FactomApiTest.php index a6a773d..02df030 100644 --- a/tests/FactomApiTest.php +++ b/tests/FactomApiTest.php @@ -2,13 +2,11 @@ namespace AdrianMejias\FactomApi\Test; -use Mockery; use PHPUnit\Framework\TestCase; -use AdrianMejias\FactomApi\FactomApi; class FactomApiTest extends TestCase { - /** @test */ + /* @test */ // public function it_can_get_heights() // { // $this->factomApi->heights();