Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes + build script fixes #1967

Merged
merged 7 commits into from Feb 4, 2014
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated tests
  • Loading branch information
sjinks committed Feb 4, 2014
commit 97768daa2c8e5d5a557e745e0004fdea283ba392
2 changes: 2 additions & 0 deletions ext/tests/issue-1716.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Phalcon\Logger\Adapter::setLogLevel() is not working properly - https://github.com/phalcon/cphalcon/issues/1716
--SKIPIF--
<?php include('skipif.inc'); ?>
--INI--
date.timezone=UTC
--FILE--
<?php
$logger = new \Phalcon\Logger\Adapter\Stream("php://stdout");
Expand Down
2 changes: 2 additions & 0 deletions ext/tests/issue-1742.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Phalcon\Logger\Adapter::commit() does not clear the queue - https://github.com/phalcon/cphalcon/issues/1742
--SKIPIF--
<?php include('skipif.inc'); ?>
--INI--
date.timezone=UTC
--FILE--
<?php
class MyStreamAdapter extends \Phalcon\Logger\Adapter\Stream
Expand Down
1 change: 1 addition & 0 deletions ext/tests/psr-3.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Make Phalcon\Logger compatible with PSR-3
<?php include('skipif.inc'); ?>
--INI--
phalcon.register_psr3_classes = 1
date.timezone = UTC
--FILE--
<?php
$logger = new \Phalcon\Logger\Adapter\Stream("php://stdout");
Expand Down