This commit is contained in:
Dennis Eichhorn 2023-10-09 22:06:38 +00:00
parent f46875a322
commit 8fbb43bc89
23 changed files with 150 additions and 150 deletions

View File

@ -157,7 +157,7 @@ final class Installer extends InstallerAbstract
$module->apiInterfaceInstall($request, $response); $module->apiInterfaceInstall($request, $response);
\rmdir($tmpPath); \rmdir($tmpPath);
$responseData = $response->get(''); $responseData = $response->getData('');
if (!\is_array($responseData)) { if (!\is_array($responseData)) {
return []; return [];
} }

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'قاعدة البيانات', 'Database' => 'قاعدة البيانات',
'End' => 'نهاية', 'End' => 'نهاية',
'Exchange' => 'تبادل', 'Exchange' => 'تبادل',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'كلمة المرور', 'Password' => 'كلمة المرور',
'Port' => 'ميناء', 'Port' => 'ميناء',
'Start' => 'يبدأ', 'Start' => 'يبدأ',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'موقع إلكتروني', 'Website' => 'موقع إلكتروني',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Databáze', 'Database' => 'Databáze',
'End' => 'Konec', 'End' => 'Konec',
'Exchange' => 'Výměna', 'Exchange' => 'Výměna',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Heslo', 'Password' => 'Heslo',
'Port' => 'Přístav', 'Port' => 'Přístav',
'Start' => 'Start', 'Start' => 'Start',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'webová stránka', 'Website' => 'webová stránka',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Database.', 'Database' => 'Database.',
'End' => 'Ende', 'End' => 'Ende',
'Exchange' => 'Udveksling', 'Exchange' => 'Udveksling',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Adgangskode', 'Password' => 'Adgangskode',
'Port' => 'Havn', 'Port' => 'Havn',
'Start' => 'Start', 'Start' => 'Start',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Internet side', 'Website' => 'Internet side',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Datenbank', 'Database' => 'Datenbank',
'End' => 'Ende', 'End' => 'Ende',
'Exchange' => 'Austausch', 'Exchange' => 'Austausch',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Passwort', 'Password' => 'Passwort',
'Port' => 'Hafen', 'Port' => 'Hafen',
'Start' => 'Anfang', 'Start' => 'Anfang',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Webseite', 'Website' => 'Webseite',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Βάση δεδομένων', 'Database' => 'Βάση δεδομένων',
'End' => 'Τέλος', 'End' => 'Τέλος',
'Exchange' => 'Ανταλλαγή', 'Exchange' => 'Ανταλλαγή',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Κωδικός πρόσβασης', 'Password' => 'Κωδικός πρόσβασης',
'Port' => 'Λιμάνι', 'Port' => 'Λιμάνι',
'Start' => 'Αρχή', 'Start' => 'Αρχή',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Δικτυακός τόπος', 'Website' => 'Δικτυακός τόπος',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Base de datos', 'Database' => 'Base de datos',
'End' => 'Fin', 'End' => 'Fin',
'Exchange' => 'Intercambio', 'Exchange' => 'Intercambio',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Contraseña', 'Password' => 'Contraseña',
'Port' => 'Puerto', 'Port' => 'Puerto',
'Start' => 'Comienzo', 'Start' => 'Comienzo',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Sitio web', 'Website' => 'Sitio web',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Tietokanta', 'Database' => 'Tietokanta',
'End' => 'Loppu', 'End' => 'Loppu',
'Exchange' => 'Vaihto', 'Exchange' => 'Vaihto',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Salasana', 'Password' => 'Salasana',
'Port' => 'Portti', 'Port' => 'Portti',
'Start' => 'alkaa', 'Start' => 'alkaa',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Verkkosivusto', 'Website' => 'Verkkosivusto',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Base de données', 'Database' => 'Base de données',
'End' => 'Finir', 'End' => 'Finir',
'Exchange' => 'Échange', 'Exchange' => 'Échange',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Mot de passe', 'Password' => 'Mot de passe',
'Port' => 'Port', 'Port' => 'Port',
'Start' => 'Démarrer', 'Start' => 'Démarrer',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Site Internet', 'Website' => 'Site Internet',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Adatbázis', 'Database' => 'Adatbázis',
'End' => 'Vége', 'End' => 'Vége',
'Exchange' => 'Csere', 'Exchange' => 'Csere',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Jelszó', 'Password' => 'Jelszó',
'Port' => 'Kikötő', 'Port' => 'Kikötő',
'Start' => 'Rajt', 'Start' => 'Rajt',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Weboldal', 'Website' => 'Weboldal',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Banca dati', 'Database' => 'Banca dati',
'End' => 'Fine', 'End' => 'Fine',
'Exchange' => 'Scambio', 'Exchange' => 'Scambio',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Parola d\'ordine', 'Password' => 'Parola d\'ordine',
'Port' => 'Porta', 'Port' => 'Porta',
'Start' => 'Inizio', 'Start' => 'Inizio',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Sito web', 'Website' => 'Sito web',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'データベース', 'Database' => 'データベース',
'End' => '終わり', 'End' => '終わり',
'Exchange' => '交換', 'Exchange' => '交換',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'パスワード', 'Password' => 'パスワード',
'Port' => 'ポート', 'Port' => 'ポート',
'Start' => '始める', 'Start' => '始める',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Webサイト', 'Website' => 'Webサイト',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => '데이터 베이스', 'Database' => '데이터 베이스',
'End' => '끝', 'End' => '끝',
'Exchange' => '교환', 'Exchange' => '교환',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => '비밀번호', 'Password' => '비밀번호',
'Port' => '포트', 'Port' => '포트',
'Start' => '시작', 'Start' => '시작',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => '웹 사이트', 'Website' => '웹 사이트',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Database', 'Database' => 'Database',
'End' => 'Slutt', 'End' => 'Slutt',
'Exchange' => 'Utveksling', 'Exchange' => 'Utveksling',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Passord', 'Password' => 'Passord',
'Port' => 'Havn', 'Port' => 'Havn',
'Start' => 'Start', 'Start' => 'Start',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Nettside', 'Website' => 'Nettside',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Baza danych', 'Database' => 'Baza danych',
'End' => 'Kończyć się', 'End' => 'Kończyć się',
'Exchange' => 'Giełda', 'Exchange' => 'Giełda',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Hasło', 'Password' => 'Hasło',
'Port' => 'Port', 'Port' => 'Port',
'Start' => 'Początek', 'Start' => 'Początek',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Stronie internetowej', 'Website' => 'Stronie internetowej',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Base de dados', 'Database' => 'Base de dados',
'End' => 'Fim', 'End' => 'Fim',
'Exchange' => 'Troca', 'Exchange' => 'Troca',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Senha', 'Password' => 'Senha',
'Port' => 'Porta', 'Port' => 'Porta',
'Start' => 'Começar', 'Start' => 'Começar',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Local na rede Internet', 'Website' => 'Local na rede Internet',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'База данных', 'Database' => 'База данных',
'End' => 'Конец', 'End' => 'Конец',
'Exchange' => 'Обмен', 'Exchange' => 'Обмен',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Пароль', 'Password' => 'Пароль',
'Port' => 'Порт', 'Port' => 'Порт',
'Start' => 'Начинать', 'Start' => 'Начинать',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Веб-сайт', 'Website' => 'Веб-сайт',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Databas', 'Database' => 'Databas',
'End' => 'Slutet', 'End' => 'Slutet',
'Exchange' => 'Utbyta', 'Exchange' => 'Utbyta',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Lösenord', 'Password' => 'Lösenord',
'Port' => 'Hamn', 'Port' => 'Hamn',
'Start' => 'Start', 'Start' => 'Start',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Hemsida', 'Website' => 'Hemsida',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'ฐานข้อมูล', 'Database' => 'ฐานข้อมูล',
'End' => 'จบ', 'End' => 'จบ',
'Exchange' => 'แลกเปลี่ยน', 'Exchange' => 'แลกเปลี่ยน',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'รหัสผ่าน', 'Password' => 'รหัสผ่าน',
'Port' => 'ท่าเรือ', 'Port' => 'ท่าเรือ',
'Start' => 'เริ่ม', 'Start' => 'เริ่ม',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'เว็บไซต์', 'Website' => 'เว็บไซต์',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'Veri tabanı', 'Database' => 'Veri tabanı',
'End' => 'Son', 'End' => 'Son',
'Exchange' => 'Değiş tokuş', 'Exchange' => 'Değiş tokuş',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Parola', 'Password' => 'Parola',
'Port' => 'Liman', 'Port' => 'Liman',
'Start' => 'Başlangıç', 'Start' => 'Başlangıç',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'İnternet sitesi', 'Website' => 'İnternet sitesi',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => 'База даних', 'Database' => 'База даних',
'End' => 'Кінець', 'End' => 'Кінець',
'Exchange' => 'Обмін', 'Exchange' => 'Обмін',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => 'Пароль', 'Password' => 'Пароль',
'Port' => 'Порт', 'Port' => 'Порт',
'Start' => 'Почати', 'Start' => 'Почати',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => 'Веб-сайт', 'Website' => 'Веб-сайт',
]]; ]];

View File

@ -13,10 +13,10 @@
declare(strict_types=1); declare(strict_types=1);
return ['Exchange' => [ return ['Exchange' => [
'Created' => '#VALUE!', 'Created' => '',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '',
'CreatedBy' => '#VALUE!', 'CreatedBy' => '',
'Creator' => '#VALUE!', 'Creator' => '',
'Database' => '数据库', 'Database' => '数据库',
'End' => '结尾', 'End' => '结尾',
'Exchange' => '交换', 'Exchange' => '交换',
@ -32,8 +32,8 @@ return ['Exchange' => [
'Password' => '密码', 'Password' => '密码',
'Port' => '港口', 'Port' => '港口',
'Start' => '开始', 'Start' => '开始',
'Subtype' => '#VALUE!', 'Subtype' => '',
'Title' => '#VALUE!', 'Title' => '',
'Type' => '#VALUE!', 'Type' => '',
'Website' => '网站', 'Website' => '网站',
]]; ]];

View File

@ -169,7 +169,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
TestUtils::setMember($request, 'files', $files); TestUtils::setMember($request, 'files', $files);
$this->module->apiInterfaceInstall($request, $response); $this->module->apiInterfaceInstall($request, $response);
self::assertGreaterThan(0, $response->get('')['response']->id); self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
} }
if (\is_dir(__DIR__ . '/temp')) { if (\is_dir(__DIR__ . '/temp')) {
@ -207,7 +207,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
$request->setData('type', 'language'); $request->setData('type', 'language');
$this->module->apiExchangeExport($request, $response); $this->module->apiExchangeExport($request, $response);
self::assertTrue(\strlen($response->get('')) > 500); self::assertTrue(\strlen($response->getData('')) > 500);
} }
/** /**