本目录包含Mex模块的自动化测试文件。
测试Mex模块的账户流转逻辑,包括:
# 运行所有Mex模块测试
php artisan test app/Module/Mex/Tests/
# 运行特定测试文件
php artisan test app/Module/Mex/Tests/MexAccountLogicTest.php
# 运行特定测试方法
php artisan test app/Module/Mex/Tests/MexAccountLogicTest.php::testUserSellOrder
测试使用以下测试数据: