diff --git a/phpunit.dusk.xml b/phpunit.dusk.xml new file mode 100644 index 0000000000000000000000000000000000000000..60392c93245462fbd0f4f95f581f020ed0adb003 --- /dev/null +++ b/phpunit.dusk.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<phpunit backupGlobals="false" + backupStaticAttributes="false" + bootstrap="vendor/autoload.php" + colors="true" + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + processIsolation="false" + stopOnFailure="false"> + <testsuites> + <testsuite name="Browser Test Suite"> + <directory suffix="Test.php">./tests/Browser</directory> + </testsuite> + </testsuites> + <filter> + <whitelist processUncoveredFilesFromWhitelist="true"> + <directory suffix=".php">./app</directory> + </whitelist> + </filter> +</phpunit> diff --git a/resources/lang/en/spende.php b/resources/lang/en/spende.php index 366bc9c9db373121975a01bf2b3ee0ff377e5204..e92817691738ae34d61b2c5ddb4f5a6a655682d3 100644 --- a/resources/lang/en/spende.php +++ b/resources/lang/en/spende.php @@ -2,9 +2,7 @@ return [ "headline.1" => "Your Donation for MetaGer to SUMA-EV", - "headline.2" => 'With your donation: you support maintenance and development of the independent search engine metager.org and its supporting association SUMA-EV. <a href="https://metager.org/about" rel="noopener" target=_blank>Read more</a> and <a href="https://metager.org/beitritt" target="_blank" rel="noopener">become a member.</a> - - Please help to keep free and open search engines free and open on the Internet. The digital knowledge of the world must stay free from surveillance and control by governments or companies and must be publicly accessible to everyone. Please click <a href="https://metager.org" rel="noopener" target=_blank>here</a> for more information about us.', + "headline.2" => 'With your donation: you support maintenance and development of the independent search engine metager.org and its supporting association SUMA-EV. <a href="https://metager.org/about" rel="noopener" target=_blank>Read more</a> and <a href="https://metager.org/beitritt" target="_blank" rel="noopener">become a member.</a>', 'headline.3' => 'How much would you like to donate?', 'headline.4' => 'How frequent do you want to donate?',