1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-14 00:54:01 +02:00

Fixed undeclared properties

This commit is contained in:
François-Xavier de Guillebon
2015-09-17 14:33:27 +02:00
parent ec7f7001bd
commit f24867ad06
5 changed files with 11 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ namespace Monolog\Formatter;
class ScalarFormatterTest extends \PHPUnit_Framework_TestCase
{
private $formatter;
public function setUp()
{
$this->formatter = new ScalarFormatter();

View File

@@ -15,6 +15,8 @@ use Monolog\TestCase;
class DynamoDbHandlerTest extends TestCase
{
private $client;
public function setUp()
{
if (!class_exists('Aws\DynamoDb\DynamoDbClient')) {