Page MenuHomestyx hydra

DifferentialUnitTestResult.php
No OneTemporary

DifferentialUnitTestResult.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 3:23 PM (23 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
339378
Default Alt Text
DifferentialUnitTestResult.php (244 B)

Event Timeline