File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- namespace Illuminated \Helpers \System
4- {
5- use Illuminated \Helpers \Tests \TestCase ;
3+ namespace Illuminated \Helpers \System ;
64
7- if (!function_exists (__NAMESPACE__ . '\php_uname ' )) {
8- /**
9- * Mock for the `php_uname` function.
10- *
11- * @return mixed
12- *
13- * @noinspection PhpUndefinedMethodInspection
14- */
15- function php_uname ()
16- {
17- return TestCase::$ functions ->php_uname ();
18- }
5+ use Illuminated \Helpers \Tests \TestCase ;
6+
7+ if (!function_exists (__NAMESPACE__ . '\php_uname ' )) {
8+ /**
9+ * Mock for the `php_uname` function.
10+ *
11+ * @return mixed
12+ *
13+ * @noinspection PhpUndefinedMethodInspection
14+ */
15+ function php_uname ()
16+ {
17+ return TestCase::$ functions ->php_uname ();
1918 }
2019}
You can’t perform that action at this time.
0 commit comments