Skip to content

Commit fe1c921

Browse files
committed
removing duplicate entry for bash
Refs #9
1 parent 2b4e609 commit fe1c921

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

phpunit.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

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+
312
ini_set('xdebug.mode', 'coverage');
413

514
error_reporting(E_ALL);

resources/docker/config/bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ alias mv='mv -i'
7070
alias untar='tar xvf'
7171

7272
# Zephir related
73-
alias untar='tar xvf'
73+
PATH=$PATH;./vendor/bin/

0 commit comments

Comments
 (0)