Skip to content

Commit

Permalink
StyleCI, thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Dec 21, 2020
1 parent 5f034a6 commit 2fe1e2d
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions tests/Helpers/Artisan/mocks.php
@@ -1,20 +1,19 @@
<?php

namespace Illuminated\Helpers\System
{
use Illuminated\Helpers\Tests\TestCase;
namespace Illuminated\Helpers\System;

if (!function_exists(__NAMESPACE__ . '\php_uname')) {
/**
* Mock for the `php_uname` function.
*
* @return mixed
*
* @noinspection PhpUndefinedMethodInspection
*/
function php_uname()
{
return TestCase::$functions->php_uname();
}
use Illuminated\Helpers\Tests\TestCase;

if (!function_exists(__NAMESPACE__ . '\php_uname')) {
/**
* Mock for the `php_uname` function.
*
* @return mixed
*
* @noinspection PhpUndefinedMethodInspection
*/
function php_uname()
{
return TestCase::$functions->php_uname();
}
}

0 comments on commit 2fe1e2d

Please sign in to comment.