Skip to content

Conversation

crynobone
Copy link
Member

No description provided.

Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
@crynobone crynobone marked this pull request as ready for review August 28, 2025 00:54
@@ -547,7 +549,7 @@ public function testSharedGet()
$files->put(self::$tempDir.'/file.txt', $content, true);
$read = $files->get(self::$tempDir.'/file.txt', true);

exit(strlen($read) === strlen($content) ? 1 : 0);
terminate($this, strlen($read) === strlen($content) ? 1 : 0);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest, I don't like the name and might change it to bail() instead.

Signed-off-by: Mior Muhammad Zaki <[email protected]>
@taylorotwell taylorotwell merged commit 579e0a9 into 12.x Aug 28, 2025
64 checks passed
@taylorotwell taylorotwell deleted the 12/test-improvements branch August 28, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants