diff --git a/Benchmark/Benchmark.php b/Benchmark/Benchmark.php index 8cbaa93..5797dc7 100644 --- a/Benchmark/Benchmark.php +++ b/Benchmark/Benchmark.php @@ -148,6 +148,7 @@ public function __construct($title, $description = '') $this->iterations = 1000; $this->targets = array(); + $this->blub = 'test'; $this->gui = null; $this->loggers = array(); $this->state = null; @@ -552,4 +553,4 @@ function memory_get_usage() } } -} \ No newline at end of file +}