some test must run in separate process under because of HHVM

This commit is contained in:
uwetews
2015-10-18 05:41:46 +02:00
parent 538ffd3af2
commit 48b7147869
6 changed files with 39 additions and 28 deletions

View File

@@ -369,7 +369,7 @@ class CacheResourceTestCommon extends PHPUnit_Smarty
}
/**
* Test
* @run inSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider data
*

View File

@@ -102,6 +102,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
/**
* test grandchild/child/parent dependency test2
* @runInSeparateProcess
* @preserveGlobalState disabled
*
*/
public function testCompileBlockGrandChildMustCompile_021_2()
@@ -124,6 +126,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
/**
* test grandchild/child/parent dependency test3
* @runInSeparateProcess
* @preserveGlobalState disabled
*
*/
public function testCompileBlockGrandChildMustCompile_021_3()
@@ -146,6 +150,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
/**
* test grandchild/child/parent dependency test4
* @runInSeparateProcess
* @preserveGlobalState disabled
*
*/
public function testCompileBlockGrandChildMustCompile_021_4()

View File

@@ -446,6 +446,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
/**
* test grandchild/child/parent dependency test2
* @runInSeparateProcess
* @preserveGlobalState disabled
*
*/
public function testCompileBlockGrandChildMustCompile_021_2()
@@ -469,6 +471,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
/**
* test grandchild/child/parent dependency test3
* @runInSeparateProcess
* @preserveGlobalState disabled
*
*/
public function testCompileBlockGrandChildMustCompile_021_3()
@@ -492,7 +496,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
/**
* test grandchild/child/parent dependency test4
*
* @runInSeparateProcess
* @preserveGlobalState disabled
*/
public function testCompileBlockGrandChildMustCompile_021_4()
{

View File

@@ -24,7 +24,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
$this->cleanDirs();
}
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProvider
* test simple function call tag
@@ -38,7 +38,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
}
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProvider
* test simple function call tag cached
@@ -52,7 +52,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
}
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProvider
* test simple function call tag cached
@@ -67,7 +67,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProvider
* test simple function call tag cached no cache default variable
@@ -97,7 +97,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
}
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProviderCaching
* test simple function call tag plugin
@@ -112,7 +112,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
}
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProvider
* test simple function call tag plugin nocache
@@ -129,7 +129,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProvider
* test simple function call tag 2
@@ -142,7 +142,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProvider
* test simple function call recursive
@@ -153,7 +153,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
}
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProviderInline
* test inherited function call tag
@@ -166,7 +166,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
}
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProviderInline
* test function definition in include
@@ -181,7 +181,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProviderInline
* test external function definition cached
@@ -199,7 +199,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
}
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProviderInline
* test external function definition cached 2
@@ -218,7 +218,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
}
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProviderInline
* test external function definition nocache call
@@ -236,7 +236,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
}
/**
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProviderInline
* test external function definition nocache call 2
@@ -257,7 +257,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/**
* test external function definition nocache call 3
*
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProviderInline
*/
@@ -276,7 +276,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/**
* test external defined recursion
*
* @runinSeparateProcess
* @runInSeparateProcess
* @preserveGlobalState disabled
* @dataProvider functionProvider
*/