Skip to content

Commit

Permalink
Merge pull request #45 from pasindu07/php-7.4-rhel-8
Browse files Browse the repository at this point in the history
Updated the php memory_limit value
  • Loading branch information
ChanakaR authored Nov 5, 2024
2 parents 0544fa7 + 429a023 commit 13cbbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/PHPConfigCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ public function checkPHPConfig_upload_max_filesize(UnitTester $I){
}

public function checkPHPConfig_memory_limit(UnitTester $I){
$I->wantTo("verify the config - memory_limit = 2560M");
$I->wantTo("verify the config - memory_limit = 2048M");
$I->runShellCommand("docker exec dev_web_rhel php -r \"echo ini_get('memory_limit');\"");
$I->canSeeInShellOutput("2560M");
$I->canSeeInShellOutput("2048M");
}

public function checkPHPConfig_max_input_vars(UnitTester $I){
Expand Down

0 comments on commit 13cbbcb

Please sign in to comment.