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
Tue, Apr 28, 5:40 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1056195
Default Alt Text
DifferentialUnitTestResult.php (290 B)

Event Timeline