Replace NN_ROOT with base_path()

This commit is contained in:
DariusIII
2020-03-29 14:51:21 +02:00
parent d3c6f22579
commit 2b858100b3
6 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class InstallTest extends \PHPUnit\Framework\TestCase
{
public function testFullInstall()
{
passthru('php '.NN_ROOT.'artisan migrate:fresh --seed');
passthru('php '.base_path().'/artisan migrate:fresh --seed');
$message = 'NNTmux installation completed successfully';