mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
Replace NN_ROOT with base_path()
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user