mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
migrating tests (Application, Console and Cronjob)
This commit is contained in:
@ -17,7 +17,10 @@ public function test_create_rules(): void
|
||||
]));
|
||||
|
||||
$this->assertSame([
|
||||
'webhook_url' => 'required|url',
|
||||
'webhook_url' => [
|
||||
'required',
|
||||
'url',
|
||||
],
|
||||
], $provider->createRules([]));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user