Public Member Functions | |
testSimpleContract () | |
testSimpleContractUsingAlias () | |
Additional Inherited Members | |
![]() | |
static | setUpBeforeClass () |
![]() | |
$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.