mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-20 16:51:02 -05:00
update: StoreSubtitleRequestTest
This commit is contained in:
@@ -24,12 +24,14 @@ test('authorize', function (): void {
|
||||
});
|
||||
|
||||
test('rules', function (): void {
|
||||
$this->markTestIncomplete('This test case was generated by Shift. When you are ready, remove this line and complete this test case.');
|
||||
|
||||
$actual = $this->subject->rules();
|
||||
|
||||
$this->assertValidationRules([
|
||||
'subtitle_file' => [
|
||||
'required',
|
||||
'mimes:srt,ass,sup,zip',
|
||||
'file',
|
||||
],
|
||||
'language_id' => [
|
||||
'required',
|
||||
|
||||
Reference in New Issue
Block a user