📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 03:43:13
📂
/ (Root)
/
opt
/
alt
/
ruby20
/
lib64
/
ruby
/
2.0.0
/
minitest
📍 /opt/alt/ruby20/lib64/ruby/2.0.0/minitest
🔄 Refresh
✏️
Editing: hell.rb
Read Only
# encoding: utf-8 ###################################################################### # This file is imported from the minitest project. # DO NOT make modifications in this repo. They _will_ be reverted! # File a patch instead and assign it to Ryan Davis. ###################################################################### class Minitest::Unit::TestCase # :nodoc: class << self alias :old_test_order :test_order def test_order # :nodoc: :parallel end end end
💾 Save Changes
❌ Cancel