mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Update unit tests for PHP 7.1 and Codeception 2.1.11
This commit is contained in:
parent
fa25b1ba47
commit
3feccd3bcb
3 changed files with 8 additions and 9 deletions
|
|
@ -362,7 +362,7 @@ class StorageTest extends \Codeception\TestCase\Test
|
|||
|
||||
if (strncasecmp(\PHP_OS, 'Win', 3) !== 0)
|
||||
{
|
||||
if (get_current_user() === exec('whoami'))
|
||||
if (fileowner(__FILE__) == exec('id -u'))
|
||||
{
|
||||
$this->assertEquals('0022', $umask);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue