Skip to content

Commit

Permalink
[phalcon#13438] - Reformatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
niden authored and CameronHall committed Dec 8, 2018
1 parent 4c07f0a commit 977e39a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion tests/unit/Logger/Adapter/File/GetFormatterCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function loggerAdapterFileGetFormatter(UnitTester $I)
$I->assertInstanceOf($class, $actual);
}
}

1 change: 0 additions & 1 deletion tests/unit/Logger/Adapter/File/SetFormatterCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function loggerAdapterFileSetFormatter(UnitTester $I)
$I->assertInstanceOf($class, $actual);
}
}

2 changes: 1 addition & 1 deletion tests/unit/Logger/Item/GetContextCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function loggerItemGetContext(UnitTester $I)
$I->wantToTest('Logger\Item - getContext()');
$time = time();
$context = ['context'];
$item = new Item('log message', 'debug', Logger::DEBUG, $time, $context);
$item = new Item('log message', 'debug', Logger::DEBUG, $time, $context);

$expected = $context;
$actual = $item->getContext();
Expand Down

0 comments on commit 977e39a

Please sign in to comment.