Inheritance diagram for SmartContractTest:
Collaboration diagram for SmartContractTest:Public Member Functions | |
| testSimpleContract () | |
| testSimpleContractUsingAlias () | |
Additional Inherited Members | |
Static Public Member Functions inherited from TestEthClient | |
| static | setUpBeforeClass () |
Protected Attributes inherited from TestEthContract | |
| $data | |
| $contract | |
Definition at line 11 of file SmartContractTest.php.
| testSimpleContract | ( | ) |
The used contract is referenced by its name
"class SmartContractTest" ==> ../test_contracts/build/SmartContractTest.json
Truffle builds the json file when running
truffle compile && truffle migrate
The source file is ../test_contracts/contracts/SmartContractTest.sol
Definition at line 25 of file SmartContractTest.php.
| testSimpleContractUsingAlias | ( | ) |
Definition at line 35 of file SmartContractTest.php.