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 2b4e609 commit fe1c921Copy full SHA for fe1c921
phpunit.php
@@ -1,5 +1,14 @@
1
<?php
2
3
+# This file is part of Phalcon.
4
+#
5
+# (c) Phalcon Team <[email protected]>
6
7
+# For the full copyright and license information, please view
8
+# the LICENSE file that was distributed with this source code.
9
+
10
+declare(strict_types=1);
11
12
ini_set('xdebug.mode', 'coverage');
13
14
error_reporting(E_ALL);
resources/docker/config/bashrc
@@ -70,4 +70,4 @@ alias mv='mv -i'
70
alias untar='tar xvf'
71
72
# Zephir related
73
-alias untar='tar xvf'
+PATH=$PATH;./vendor/bin/
0 commit comments