mirror of
https://github.com/smarty-php/smarty.git
synced 2025-07-29 15:37:14 +02:00
Modify NullCoalescingTest.php and TernaryTest.php to prevent test failure on Windows (#1059)
This commit is contained in:
@ -4,7 +4,7 @@ class NullCoalescingTest extends PHPUnit_Smarty {
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->setUpSmarty('/tmp');
|
||||
$this->setUpSmarty(sys_get_temp_dir());
|
||||
$this->cleanDirs();
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@ class TernaryTest extends PHPUnit_Smarty {
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->setUpSmarty('/tmp');
|
||||
$this->setUpSmarty(sys_get_temp_dir());
|
||||
$this->cleanDirs();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user