mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Remove unnecessary test and cleanup rebuild command
This commit is contained in:
@@ -142,14 +142,4 @@ class EnvironmentServiceTest extends TestCase
|
||||
|
||||
$this->assertTrue(is_array($response), 'Assert that response is an array.');
|
||||
}
|
||||
|
||||
/**
|
||||
* Test that an exception is thrown when no model or valid ID is provided.
|
||||
*
|
||||
* @expectedException \InvalidArgumentException
|
||||
*/
|
||||
public function testProcessShouldThrowExceptionIfInvalidServerIsProvided()
|
||||
{
|
||||
$this->service->process('abcd');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user