]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/units/class_TestUnitSource.php
Added classes for crawler sources + rewrote 'Source' interface + added more interface...
[hub.git] / application / hub / main / source / units / class_TestUnitSource.php
index a854fd224520ad0f21073bd2ab54c5e3428ee272..118beed4eaa8f9d57a291efa10410c83821c6ce4 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class TestUnitSource extends BaseSource implements Sourceable, Registerable {
+class TestUnitSource extends BaseSource implements UnitSource, Registerable {
        /**
         * Protected constructor
         *
@@ -35,7 +35,7 @@ class TestUnitSource extends BaseSource implements Sourceable, Registerable {
        /**
         * Creates an instance of this class
         *
-        * @return      $sourceInstance         An instance of a Sourceable class
+        * @return      $sourceInstance         An instance of a Source class
         */
        public final static function createTestUnitSource () {
                // Get new instance