Sha256: 357a1c6a7f4bc8042d7854dd92639f7b78f2825bf81b837aaa2a2a11f5a11716
Contents?: true
Size: 581 Bytes
Versions: 1
Compression:
Stored size: 581 Bytes
Contents
# TapOut # A test harness for Test::Unit to parse the Test Anything Protocol. This means that you can run PHPUnit tests (or others) alongside the rest of your test suite. They'll report failures the same way, and pick up any formatting from packages like `redgreen` or `turn`. ## How's it work? ## require 'test/phpunit' class PHPTest < ActiveSupport::TestCase extend Test::PHPUnit phpunit "test/phpunit/", :configuration => 'test/phpunit/phpunit.xml.dist' end ## What's missing? ## * Safe command line execution * Tests * Anything besides PHPUnit
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tap_out-0.0.2 | README.md |