Intégration reservations et mock lavage
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Models\MachineStatusHistory;
|
||||
use Tests\TestCase;
|
||||
|
||||
class MachineStatusHistoryTest extends TestCase
|
||||
{
|
||||
public function test_uses_singular_history_table_name(): void
|
||||
{
|
||||
$this->assertSame('machine_status_history', (new MachineStatusHistory)->getTable());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user