markTestSkipped('Full install test requires a real database connection, not SQLite in-memory.'); } $this->artisan('migrate:fresh', ['--seed' => true]) ->assertExitCode(0); $this->assertTrue(true, 'NNTmux installation completed successfully'); } }