PHP 8.2.31
Preview: testcase.rb Size: 433 B
//proc/thread-self/root/opt/alt/ruby19/lib64/ruby/1.9.1/test/unit/testcase.rb

require 'test/unit/assertions'

module Test
  module Unit
    # remove silly TestCase class
    remove_const(:TestCase) if defined?(self::TestCase)

    class TestCase < MiniTest::Unit::TestCase
      include Assertions

      def on_parallel_worker?
        false
      end

      def run runner
        @options = runner.options
        super runner
      end

      def self.test_order
        :sorted
      end
    end
  end
end

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
10.62 KB lrw-r--r-- 2012-03-06 09:56:04
Edit Download
3.96 KB lrw-r--r-- 2012-09-24 01:38:04
Edit Download
433 B lrw-r--r-- 2011-06-16 11:24:23
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).