Skip to content

Commit

Permalink
Misc: SensioLabsInsight fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
satrun77 committed Mar 19, 2015
1 parent 371ab2a commit 2ede08b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.idea*
_IDE_HELPER.php
config.app.php
.DS_Store
/composer.phar
/vendor/
.env
Expand Down
3 changes: 2 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
</IfModule>

3 changes: 2 additions & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ coverage:
include:
- app/*
remote: true
c3_url: 'http://localhost/public/index.php'
c3_url: 'http://localhost/public/index.php'

Empty file modified config/queue.php
100755 → 100644
Empty file.

0 comments on commit 2ede08b

Please sign in to comment.