diff options
Diffstat (limited to 'tests/app/RepositoryTest.php')
| -rw-r--r-- | tests/app/RepositoryTest.php | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/tests/app/RepositoryTest.php b/tests/app/RepositoryTest.php index 0d45f6fc5c..b7a9e6064d 100644 --- a/tests/app/RepositoryTest.php +++ b/tests/app/RepositoryTest.php @@ -18,17 +18,20 @@ /** * Test harness for the class Repository */ -class RepositoryTest extends \PHPUnit\Framework\TestCase { - /** - * Prepare the environment for these tests - */ - public function setUp() { - } +class RepositoryTest extends \PHPUnit\Framework\TestCase +{ + /** + * Prepare the environment for these tests + */ + public function setUp() + { + } - /** - * Test that the class exists - */ - public function testClassExists() { - $this->assertTrue(class_exists('\Fisharebest\Webtrees\Repository')); - } + /** + * Test that the class exists + */ + public function testClassExists() + { + $this->assertTrue(class_exists('\Fisharebest\Webtrees\Repository')); + } } |
