summaryrefslogtreecommitdiff
path: root/tests/app/RepositoryTest.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-09-25 08:00:55 +0100
committerGreg Roach <fisharebest@gmail.com>2015-09-25 16:12:18 +0100
commitdb7d25eeb5ba43cdc3662cbee9ceabb8d61c7ab5 (patch)
treec92ebf7ead20ffe122760caa3886b1d89f0798a8 /tests/app/RepositoryTest.php
parent4ccf2a72a960de8375eee0787bc02e7d6dc065eb (diff)
downloadwebtrees-db7d25eeb5ba43cdc3662cbee9ceabb8d61c7ab5.tar.gz
webtrees-db7d25eeb5ba43cdc3662cbee9ceabb8d61c7ab5.tar.bz2
webtrees-db7d25eeb5ba43cdc3662cbee9ceabb8d61c7ab5.zip
Refactor census assistant, add unit tests
Diffstat (limited to 'tests/app/RepositoryTest.php')
-rw-r--r--tests/app/RepositoryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/RepositoryTest.php b/tests/app/RepositoryTest.php
index 5e96ae5790..822e7b23bb 100644
--- a/tests/app/RepositoryTest.php
+++ b/tests/app/RepositoryTest.php
@@ -18,7 +18,7 @@
/**
* Test harness for the class Repository
*/
-class RepositoryTest extends PHPUnit_Framework_TestCase {
+class RepositoryTest extends \PHPUnit_Framework_TestCase {
/**
* Prepare the environment for these tests
*/