mirror of
https://github.com/filp/whoops.git
synced 2026-09-10 01:36:16 +00:00
+9
-3
@@ -1,6 +1,12 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.3
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
|
||||
before_script:
|
||||
- composer install --dev
|
||||
- composer self-update
|
||||
- composer install --no-interaction --prefer-source --dev
|
||||
|
||||
script: phpunit
|
||||
|
||||
@@ -41,4 +41,4 @@ $(function() {
|
||||
$container.animate({ scrollTop: headerHeight }, "fast");
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -36,4 +36,4 @@
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -45,4 +45,4 @@
|
||||
|
||||
</div>
|
||||
<?php endforeach ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
<p class="exc-message">
|
||||
<?php echo $tpl->escape($message) ?>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
<?php echo $tpl->slug("hello world!"); ?>
|
||||
|
||||
My name is <?php echo $tpl->escape($name) ?>
|
||||
My name is <?php echo $tpl->escape($name) ?>
|
||||
|
||||
Reference in New Issue
Block a user