File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11# Etherscan Service
22[ ![ tests] ( https://github.com/slvler/etherscan-service/actions/workflows/tests.yml/badge.svg )] ( https://github.com/slvler/etherscan-service/actions/workflows/tests.yml )
33[ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/slvler/ether.svg )] ( https://packagist.org/packages/slvler/ether )
4- [ ![ Total Downloads] ( https://poser.pugx.org/slvler/ether/downloads )] ( https://packagist.org/packages/slvler/ether )
54[ ![ License] ( https://poser.pugx.org/slvler/ether/license )] ( https://packagist.org/packages/slvler/ether )
6-
5+ [ ![ Total Downloads ] ( https://poser.pugx.org/slvler/ether/downloads )] ( https://packagist.org/packages/slvler/ether )
76An api service for etherscan.io
87
98## Requirements
Original file line number Diff line number Diff line change 88class EtherScanService
99{
1010 private $ base_url ;
11+
1112 private $ api_key ;
13+
1214 private $ client ;
1315
1416 public function __construct ()
Original file line number Diff line number Diff line change 11<?php
22
3- namespace slvler \ ether \Tests \Feature ;
3+ namespace Slvler \ Ether \Tests \Feature ;
44
5- use slvler \ ether \Services \EtherScanService ;
6- use slvler \ ether \Tests \Unit \TestCase ;
5+ use Slvler \ Ether \Services \EtherScanService ;
6+ use Slvler \ Ether \Tests \Unit \TestCase ;
77
88class EtherScanTest extends TestCase
99{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace slvler \ ether \Tests \Unit ;
3+ namespace Slvler \ Ether \Tests \Unit ;
44
5- use slvler \ ether \EtherServiceProvider ;
5+ use Slvler \ Ether \EtherServiceProvider ;
66
77class TestCase extends \Orchestra \Testbench \TestCase
88{
@@ -18,7 +18,5 @@ protected function getPackageProviders($app)
1818 ];
1919 }
2020
21- protected function getEnvironmentSetUp ($ app )
22- {
23- }
21+ protected function getEnvironmentSetUp ($ app ) {}
2422}
You can’t perform that action at this time.
0 commit comments