Skip to content

Commit 9e22d92

Browse files
committed
Fix tests
1 parent 7106376 commit 9e22d92

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/Support/helpers.php

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Laravel\Scout;
4+
5+
function config($arg)
6+
{
7+
return false;
8+
}

0 commit comments

Comments
 (0)