Mark tests that use sleep calls as slow, so we can ignore them when running unit tests in development

This commit is contained in:
Simon Wisselink
2021-01-16 23:01:15 +01:00
parent 3af2df20a4
commit fedc127057
5 changed files with 14 additions and 7 deletions
@@ -125,7 +125,7 @@ class ExtendsResourceTest extends PHPUnit_Smarty
* test grandchild/child/parent dependency test2
* @runInSeparateProcess
* @preserveGlobalState disabled
*
* @group slow
*/
public function testCompileBlockGrandChildMustCompile_021_2()
{
@@ -193,7 +193,7 @@ class ExtendsResourceTest extends PHPUnit_Smarty
* test grandchild/child/parent dependency test4
* @runInSeparateProcess
* @preserveGlobalState disabled
*
* @group slow
*/
public function testCompileBlockGrandChildMustCompile_021_4()
{