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