Skip to content

Commit

Permalink
Merge pull request #24 from liip/remove-obsolete-properties-from-Fixt…
Browse files Browse the repository at this point in the history
…uresTrait

Remove obsolete properties from FixturesTrait
  • Loading branch information
alexislefebvre committed Jul 8, 2019
2 parents b3bd55b + 6395426 commit 16000bb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Test/FixturesTrait.php
Expand Up @@ -30,19 +30,6 @@ trait FixturesTrait

protected $containers;

// 5 * 1024 * 1024 KB
protected $maxMemory = 5242880;

// RUN COMMAND
protected $verbosityLevel;

protected $decorated;

/**
* @var array
*/
private $firewallLogins = [];

/**
* @var array
*/
Expand Down

0 comments on commit 16000bb

Please sign in to comment.