Sha256: d703fd3183818c75079746e66bdbb4a2fd462c385cd62433e79e572a35b0528f
Contents?: true
Size: 684 Bytes
Versions: 42
Compression:
Stored size: 684 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/bootstrap.php" > <testsuites> <testsuite name="JSON Lint Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/Seld/JsonLint/</directory> </whitelist> </filter> </phpunit>
Version data entries
42 entries across 42 versions & 1 rubygems