Browse Source

remove example test

Bradford Condon 6 years ago
parent
commit
4c4358b134
1 changed files with 0 additions and 25 deletions
  1. 0 25
      tests/ExampleTest.php

+ 0 - 25
tests/ExampleTest.php

@@ -1,25 +0,0 @@
-<?php
-
-namespace Tests;
-
-use StatonLab\TripalTestSuite\DBTransaction;
-use StatonLab\TripalTestSuite\TripalTestCase;
-
-/**
- * Class ExampleTest
- *
- * Note that test classes must have a suffix of Test.php and the filename
- * must match the class name.
- *
- * @package Tests
- */
-class ExampleTest extends TripalTestCase {
-  /**
-   * Basic test example.
-   * Tests must begin with the word "test".
-   * See https://phpunit.readthedocs.io/en/latest/ for more information.
-   */
-  public function testBasicExample() {
-    $this->assertTrue(true);
-  }
-}