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
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExamplePlugin/tests/Unit/SimpleTest.php')
-rw-r--r--plugins/ExamplePlugin/tests/Unit/SimpleTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ExamplePlugin/tests/Unit/SimpleTest.php b/plugins/ExamplePlugin/tests/Unit/SimpleTest.php
index 396ee20785..4b5341096f 100644
--- a/plugins/ExamplePlugin/tests/Unit/SimpleTest.php
+++ b/plugins/ExamplePlugin/tests/Unit/SimpleTest.php
@@ -16,6 +16,9 @@ namespace Piwik\Plugins\ExamplePlugin\tests\Unit;
class SimpleTest extends \PHPUnit_Framework_TestCase
{
+ /**
+ * All your actual test methods should start with the name "test"
+ */
public function testSimpleAddition()
{
$this->assertEquals(2, 1+1);