Skip to content

Commit

Permalink
Adapt unit test for default button text #2766
Browse files Browse the repository at this point in the history
  • Loading branch information
New0 committed Nov 15, 2018
1 parent c850d41 commit 7891502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/RenderFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function testButtonDefaultTextForFileFields(){
$data = $renderer->data();

$this->assertArrayHasKey('multiUploadText',$data['configOptions' ] );
$this->assertSame('Try dropping some files here, or click to select file to upload.',$data[ 'configOptions' ][ 'multiUploadText' ] );
$this->assertSame('Drop files or click to select files to Upload.',$data[ 'configOptions' ][ 'multiUploadText' ] );
}

/**
Expand Down

0 comments on commit 7891502

Please sign in to comment.