有没有办法隐藏我在运行时得到的调试输出?这在phpunit 6.5中可见,但在6.2版中则不可见...
PHPUnit 6.5.13 by Sebastian Bergmann and contributors. ................................. 2018-10-31T09:47:58+00:00 [debug] SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name