web3.php/test/unit/ProviderTest.php
sc0Vu eca04e1c91 Web3
Web3 api:
* clientVersion
* sha3

Basic object:
* HttpProvider
* HttpRequestManager
2017-12-12 11:52:52 +08:00

13 lines
170 B
PHP

<?php
namespace Test\Unit;
use Test\TestCase;
class ProviderTest extends TestCase
{
public function testHelloWorld()
{
$this->assertTrue(true);
}
}