Sha256: fd8df87effafeb0f60435151db85d2e71ae1cd7e048d31585cd40d2f7e7c999e

Contents?: true

Size: 658 Bytes

Versions: 10

Compression:

Stored size: 658 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         colors="false"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false"
         bootstrap="test/bootstrap.php"
>
  <testsuites>
    <testsuite name="MtHaml Test Suite">
      <directory>./test/MtHaml/</directory>
    </testsuite>
  </testsuites>

  <filter>
    <whitelist>
      <directory suffix=".php">./lib/MtHaml/</directory>
    </whitelist>
  </filter>
</phpunit>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
guard-mthaml-0.4.0 vendor/mthaml/mthaml/phpunit.xml
guard-mthaml-0.3.1 vendor/mthaml/mthaml/phpunit.xml
guard-mthaml-0.3.0 vendor/mthaml/mthaml/phpunit.xml
guard-mthaml-0.2.5 vendor/mthaml/mthaml/phpunit.xml
guard-mthaml-0.2.4 vendor/mthaml/mthaml/phpunit.xml
guard-mthaml-0.2.3 vendor/mthaml/mthaml/phpunit.xml
guard-mthaml-0.2.2 vendor/mthaml/mthaml/phpunit.xml
guard-mthaml-0.2.1 vendor/mthaml/mthaml/phpunit.xml
guard-mthaml-0.2.0 vendor/mthaml/mthaml/phpunit.xml
guard-mthaml-0.1.0 vendor/mthaml/mthaml/phpunit.xml