Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a48b1ac

Browse files
committed
WIP
1 parent d1e2536 commit a48b1ac

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

src/Sylius/Behat/Page/ErrorPage.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,17 @@
1717

1818
class ErrorPage extends Page implements ErrorPageInterface
1919
{
20-
/**
21-
* {@inheritdoc}
22-
*/
2320
protected function getUrl(array $urlParameters = []): string
2421
{
2522
// This page does not have any url
2623
return '';
2724
}
2825

29-
/**
30-
* {@inheritdoc}
31-
*/
3226
public function getTitle(): string
3327
{
3428
return $this->getElement('title')->getText();
3529
}
3630

37-
/**
38-
* {@inheritdoc}
39-
*/
4031
protected function getDefinedElements(): array
4132
{
4233
return array_merge(parent::getDefinedElements(), [

src/Sylius/Bundle/ShopBundle/Resources/views/Contact/request.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{{ sonata_block_render_event('sylius.shop.contact.request.form', {'form': form}) }}
2424

2525
{{ form_row(form._token) }}
26-
<button type="submit" class="ui fluid large primary submit button">{{ 'sylius.ui.send'|trans }} {{ sylius_test_html_attribute('send-button') }}</button>
26+
<button type="submit" class="ui fluid large primary submit button" {{ sylius_test_html_attribute('send-button') }}>{{ 'sylius.ui.send'|trans }}</button>
2727
{{ form_end(form, {'render_rest': false}) }}
2828
</div>
2929
</div>

0 commit comments

Comments
 (0)