diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-27 00:00:43 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-27 00:00:43 -0400 |
commit | 1823430d13508fec5de39264bb4fe1224716def2 (patch) | |
tree | f911a412f1b8be2471bcb66c7fed8adf675c8d4a /tests | |
parent | 7a22f4c6d47a3e5d447ebeeef094092a4a4b0ad2 (diff) |
PicoDb update
Diffstat (limited to 'tests')
-rw-r--r-- | tests/units/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Base.php b/tests/units/Base.php index 1bbd62f8..7ad4e626 100644 --- a/tests/units/Base.php +++ b/tests/units/Base.php @@ -80,7 +80,7 @@ abstract class Base extends PHPUnit_Framework_TestCase new Stopwatch ); - $this->container['db']->log_queries = true; + $this->container['db']->logQueries = true; $this->container['logger'] = new Logger; $this->container['logger']->setLogger(new File('/dev/null')); |