We should have a test suite running and passing under various scenario : YOURLS_UNIQUE_URLS true or false, YOURLS_PRIVATE true or false, YOURLS_URL_CONVERT 32 or 62 or whatever, and so on
The text was updated successfully, but these errors were encountered:
Issue #2766 arose because the unit tests dictate that
YOURLS_UNIQUE_URLS
istrue
among other stuff, seehttps://github.com/YOURLS/YOURLS/blob/1.7.9/tests/data/config/yourls-tests-config-travis.php#L39
We should have a test suite running and passing under various scenario :
YOURLS_UNIQUE_URLS
true or false,YOURLS_PRIVATE
true or false,YOURLS_URL_CONVERT
32 or 62 or whatever, and so onThe text was updated successfully, but these errors were encountered: