Revert constants removal changes

This commit is contained in:
DariusIII
2020-03-26 17:44:45 +01:00
parent cf5b1e666b
commit 7592fa9beb
45 changed files with 180 additions and 70 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class InstallTest extends \PHPUnit\Framework\TestCase
{
public function testFullInstall()
{
passthru('php '.base_path().'/'.'artisan migrate:fresh --seed');
passthru('php '.NN_ROOT.'artisan migrate:fresh --seed');
$message = 'NNTmux installation completed successfully';