文件操作 - run_tests
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/lessi--it/wp-content/plugins/updraftplus/vendor/aws/aws-crt-php/run_tests
编辑文件内容
#!/usr/bin/env bash set -ex launcher= if command -v catchsegv; then launcher=catchsegv fi if [ -z $PHP_BINARY ]; then PHP_BINARY=$(which php) fi if [ ! -d vendor ]; then composer update fi $launcher $PHP_BINARY -c php.ini vendor/bin/phpunit tests --debug
修改文件时间
将文件时间修改为当前时间的前一年
删除文件