Created
December 2, 2025 09:00
-
-
Save bgrgicak/e591a7bce92828d8508accf6434cd910 to your computer and use it in GitHub Desktop.
intl-test-blueprint.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "landingPage": "/intl-test.php", | |
| "preferredVersions": { | |
| "php": "latest", | |
| "wp": "latest" | |
| }, | |
| "steps": [ | |
| { | |
| "step": "writeFile", | |
| "path": "/wordpress/intl-test.php", | |
| "data": "<?php $data = array( 'F' => 'Foo', 'Br' => 'Bar', 'Bz' => 'Bz', ); $collator = new Collator('en_US'); $collator->asort($data, Collator::SORT_STRING); var_dump($data);" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment