We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d9b87 commit 68fe4baCopy full SHA for 68fe4ba
.gitattributes
@@ -1,6 +1,7 @@
1
/demo export-ignore
2
/tests export-ignore
3
/scripts export-ignore
4
+/.github export-ignore
5
.gitattributes export-ignore
6
.gitignore export-ignore
7
.php_cs.dist export-ignore
tests/PagesTest.php
@@ -6,11 +6,12 @@
class PagesTest extends PagesTestCase
{
8
/**
9
+ * -1 = Read from cache (throws an exception if the cache doesn't exist)
10
* 0 = Read from cache (generate the files the first time)
11
* 1 = Read from net without override the cache files
12
* 2 = Read from net and override the cache files
13
*/
- const CACHE = 0;
14
+ const CACHE = -1;
15
16
17
* 0 = Do not override the fixtures
0 commit comments