Page MenuHomestyx hydra

DifferentialUnitTestResult.php
No OneTemporary

DifferentialUnitTestResult.php

<?php
final class DifferentialUnitTestResult {
const RESULT_PASS = 'pass';
const RESULT_FAIL = 'fail';
const RESULT_SKIP = 'skip';
const RESULT_BROKEN = 'broken';
const RESULT_UNSOUND = 'unsound';
const RESULT_POSTPONED = 'postponed';
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 3:07 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
339516
Default Alt Text
DifferentialUnitTestResult.php (290 B)

Event Timeline