[lang-ref] スキップする (未対応のケースなど) ( php )

<?php
public function testSkipTest(): void
{
	// $this->markTestSkipped('reason');
	$this->markTestSkipped('This test is skipped.');
}