diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-09-25 08:00:55 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-09-25 16:12:18 +0100 |
| commit | db7d25eeb5ba43cdc3662cbee9ceabb8d61c7ab5 (patch) | |
| tree | c92ebf7ead20ffe122760caa3886b1d89f0798a8 /tests/app/LogTest.php | |
| parent | 4ccf2a72a960de8375eee0787bc02e7d6dc065eb (diff) | |
| download | webtrees-db7d25eeb5ba43cdc3662cbee9ceabb8d61c7ab5.tar.gz webtrees-db7d25eeb5ba43cdc3662cbee9ceabb8d61c7ab5.tar.bz2 webtrees-db7d25eeb5ba43cdc3662cbee9ceabb8d61c7ab5.zip | |
Refactor census assistant, add unit tests
Diffstat (limited to 'tests/app/LogTest.php')
| -rw-r--r-- | tests/app/LogTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/LogTest.php b/tests/app/LogTest.php index 0c3a999472..53551773d0 100644 --- a/tests/app/LogTest.php +++ b/tests/app/LogTest.php @@ -18,7 +18,7 @@ /** * Test harness for the class WT_Log */ -class LogTest extends PHPUnit_Framework_TestCase { +class LogTest extends \PHPUnit_Framework_TestCase { /** * Prepare the environment for these tests */ |
