Commit 77fec9c2 by Carsten Brandt

fixed BaseMailer test to work on APC and HHVM

parent 06c09868
...@@ -163,7 +163,7 @@ class BaseMailerTest extends TestCase ...@@ -163,7 +163,7 @@ class BaseMailerTest extends TestCase
$filePath = $this->getTestFilePath(); $filePath = $this->getTestFilePath();
$viewName = 'test_view'; $viewName = 'test_view2';
$viewFileName = $filePath . DIRECTORY_SEPARATOR . $viewName . '.php'; $viewFileName = $filePath . DIRECTORY_SEPARATOR . $viewName . '.php';
$viewFileContent = 'view file content'; $viewFileContent = 'view file content';
file_put_contents($viewFileName, $viewFileContent); file_put_contents($viewFileName, $viewFileContent);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment