mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-24 01:57:51 -05:00
* Create a Base64 URL-Safe encoding and decoding helper * Rename web_helper to url_helper --------- Co-authored-by: El_Coloso <diegoramosp@gmail.com>
16 lines
381 B
XML
16 lines
381 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit bootstrap = "../vendor/autoload.php"
|
|
backupGlobals = "false"
|
|
colors = "true"
|
|
processIsolation = "false"
|
|
stopOnFailure = "false">
|
|
|
|
<testsuites>
|
|
<testsuite name="Helpers">
|
|
<directory>helpers</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
</phpunit>
|