Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のphpunitテストが以下を使用して別のプロセスで実行されているかどうかを返すために使用できる関数はありますか?
@runTestsInSeparateProcesses @preserveGlobalState disabled
のような条件文を書こうとしています。
if ( _being_run_in_separate_process_ ){ } else{ }
どうもありがとう!