[lang-ref] Skip test ( php )

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