Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2014-09-14 02:22:01 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-14 02:22:01 +0400
commitebc376c4cfca7e030477ee1381e131bb4076e997 (patch)
tree8cdaef7ea3401226b5897a3921b99de2c5f8b5b7 /tests
parent76ce247fdb9dfdb60147eec969bdfb1eff95a629 (diff)
Add type hint to DatabaseTestCase::.
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/DatabaseTestCase.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/PHPUnit/DatabaseTestCase.php b/tests/PHPUnit/DatabaseTestCase.php
index 21d695e751..ef247e0f1e 100644
--- a/tests/PHPUnit/DatabaseTestCase.php
+++ b/tests/PHPUnit/DatabaseTestCase.php
@@ -18,6 +18,9 @@ use Piwik\Tests\Fixture;
*/
class DatabaseTestCase extends PHPUnit_Framework_TestCase
{
+ /**
+ * @var Fixture
+ */
protected $fixture = null;
/**