Skip to content

Commit

Permalink
Added @throws tags to EthBlockParamTest
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Oct 18, 2017
1 parent 12d70b8 commit b1d59be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/EthBlockParamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
*/
class EthereumStaticTestEthBlockParam extends TestCase {

/**
* Testing quantities.
*/
/**
* Testing quantities.
* @throws Exception
*/
public function testEthBlockParam__address() {

$x = new EthBlockParam('0x3facfa472e86e3edaeaa837f6ba038ac01f7f539');
Expand Down

0 comments on commit b1d59be

Please sign in to comment.