phpunit——执行测试文件和测试文件中的某一个函数
phpunit --filter testDeleteFeed // 执行某一个测试函数
phpunit tests/Unit/Services/Feed/FeedLogTest.php // 执行某一个测试文件 相对路径(copy relative path)
phpunit --filter testDeleteFeed // 执行某一个测试函数
phpunit tests/Unit/Services/Feed/FeedLogTest.php // 执行某一个测试文件 相对路径(copy relative path)