100% of 12OPs |
100% of 1Lines |
100% of 1Branches |
100% of 1Paths |
| Method | OPs | OPs % | Lines | Line % | Branches | Branches % | Paths | Path % |
|---|---|---|---|---|---|---|---|---|
| mageekguy\atoum\mock\streams\fs\file::getController() | 12 | 100% | 1 | 100% | 1 | 100% | 1 | 100% |
| # | |
|---|---|
| 1 |
<?php |
| 2 |
|
| 3 |
namespace mageekguy\atoum\mock\streams\fs; |
| 4 |
|
| 5 |
use |
| 6 |
mageekguy\atoum\mock\stream |
| 7 |
; |
| 8 |
|
| 9 |
class file extends stream |
| 10 |
{
|
| 11 |
protected static function getController($stream)100% |
| 12 |
{
|
| 13 |
return new file\controller($stream); |
| 14 |
} |
| 15 |
} |