| 1 | <?php |
||
| 8 | class TestCookieStore extends CookieStore implements TestOnly |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Override value of 'headers_sent' but only if running tests. |
||
| 12 | * |
||
| 13 | * Set to true or false, or null to not override |
||
| 14 | * |
||
| 15 | * @var string |
||
| 16 | */ |
||
| 17 | public static $override_headers_sent = null; |
||
| 18 | |||
| 19 | protected function canWrite() |
||
| 27 | } |
||
| 28 |