Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
CRAP | |
0.00% |
0 / 4 |
Page | |
0.00% |
0 / 1 |
|
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 4 |
failureDescription($other) | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 4 |
<?php | |
namespace Codeception\PHPUnit\Constraint; | |
class Page extends \PHPUnit_Framework_Constraint_StringContains | |
{ | |
protected function failureDescription($other) | |
{ | |
return 'response ' . $this->toString().". Response was saved to 'log' directory"; | |
} | |
} |