]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
add eric and ben as authors
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 26 Oct 2009 06:39:59 +0000 (06:39 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 26 Oct 2009 06:39:59 +0000 (06:39 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@429 b3834d28-1941-0410-a4f8-b48e95affb8f

tests/AllTests.php
tests/BookmarkTest.php
tests/CommonDescriptionTest.php
tests/SearchHistoryTest.php
tests/Tag2TagTest.php
tests/TagTest.php
tests/TagsCacheTest.php
tests/VoteTest.php
tests/prepare.php

index c6b90573d2be7558ff065e20cb7e2c5d572f4ef7..234e21dcb0a85f723381e62befbe7fc5dea9084e 100644 (file)
@@ -1,14 +1,17 @@
 <?php
-/*
-* To launch all tests, type the following line into the root directory
-* of SemanticScuttle (where is the config.php file) :
-*
-*     phpunit --testdox-html tests/dox.html AllTests tests/allTests.php
-*
-* A dox.html file will be created into the tests/ directory providing a summary
-* of tests according to agile development.
-* */
-
+/**
+ * SemanticScuttle - your social bookmark manager.
+ *
+ * PHP version 5.
+ *
+ * @category Bookmarking
+ * @package  SemanticScuttle
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
+ * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
+ * @license  GPL http://www.gnu.org/licenses/gpl.html
+ * @link     http://sourceforge.net/projects/semanticscuttle
+ */
 if (!defined('PHPUnit_MAIN_METHOD')) {
     define('PHPUnit_MAIN_METHOD', 'AllTests::main');
 }
@@ -16,6 +19,26 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
 require_once 'prepare.php';
 require_once 'PHPUnit/Framework/TestSuite.php';
 
+/**
+ * SemanticScuttle unit tests.
+ *
+ * To launch this tests, you need PHPUnit 3.
+ * Run them with:
+ * $ php tests/AllTests.php
+ * or single files like:
+ * $ php tests/BookmarkTest.php
+ *
+ * You also may use phpunit directly:
+ * $ phpunit tests/AllTests.php
+ *
+ * @category Bookmarking
+ * @package  SemanticScuttle
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
+ * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
+ * @license  GPL http://www.gnu.org/licenses/gpl.html
+ * @link     http://sourceforge.net/projects/semanticscuttle
+ */
 class AllTests extends PHPUnit_Framework_TestSuite
 {
     public static function main()
index d7f4240be0af37063578a6060f048ba6aa820fb2..1224dfefd3328fb4ba800b2a6ca30c434247b286 100644 (file)
@@ -6,7 +6,9 @@
  *
  * @category Bookmarking
  * @package  SemanticScuttle
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
  * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
@@ -22,7 +24,9 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
  *
  * @category Bookmarking
  * @package  SemanticScuttle
- * @author Christian Weiske <cweiske@cweiske.de>
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
+ * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
index 7276601cc52a867a246bf9284d6ed7fc53adcc26..63b9e0c0a06dcd013e9d775dc3ae1df4cfd928bb 100644 (file)
@@ -6,7 +6,9 @@
  *
  * @category Bookmarking
  * @package  SemanticScuttle
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
  * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
@@ -22,7 +24,9 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
  *
  * @category Bookmarking
  * @package  SemanticScuttle
- * @author Christian Weiske <cweiske@cweiske.de>
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
+ * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
index 3405af10c724a77a0359201365637031f1b825a4..3716b37b60a21ce0ee817cdc09c0120361f334ad 100644 (file)
@@ -6,7 +6,9 @@
  *
  * @category Bookmarking
  * @package  SemanticScuttle
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
  * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
@@ -22,7 +24,9 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
  *
  * @category Bookmarking
  * @package  SemanticScuttle
- * @author Christian Weiske <cweiske@cweiske.de>
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
+ * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
index 3d86cb083024b7b7d8a9db7c2edbee08a75eda06..f888dd5ecec69356be1a1f853b15155a4f2194eb 100644 (file)
@@ -6,7 +6,9 @@
  *
  * @category Bookmarking
  * @package  SemanticScuttle
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
  * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
@@ -22,7 +24,9 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
  *
  * @category Bookmarking
  * @package  SemanticScuttle
- * @author Christian Weiske <cweiske@cweiske.de>
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
+ * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
index 52e418e4305412599ff8be7ea0d67e7c33f81442..c08aba2c480a0d33e0aeef13413821cbd5d74deb 100644 (file)
@@ -6,7 +6,9 @@
  *
  * @category Bookmarking
  * @package  SemanticScuttle
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
  * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
@@ -22,7 +24,9 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
  *
  * @category Bookmarking
  * @package  SemanticScuttle
- * @author Christian Weiske <cweiske@cweiske.de>
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
+ * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
index 32116292946ab29da49c9de95f1dd9c43fe69f4f..9097bcb66a9af3901c1ef88c1301cd3bc07892fc 100644 (file)
@@ -6,7 +6,9 @@
  *
  * @category Bookmarking
  * @package  SemanticScuttle
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
  * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
@@ -22,7 +24,9 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
  *
  * @category Bookmarking
  * @package  SemanticScuttle
- * @author Christian Weiske <cweiske@cweiske.de>
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
+ * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
index 754d9083d467c978776f2babfb90235bd9667861..326a5b96b3e01bd977b92bbc8082fcbb6115cc6b 100644 (file)
@@ -22,7 +22,7 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
  *
  * @category Bookmarking
  * @package  SemanticScuttle
- * @author Christian Weiske <cweiske@cweiske.de>
+ * @author   Christian Weiske <cweiske@cweiske.de>
  * @license  GPL http://www.gnu.org/licenses/gpl.html
  * @link     http://sourceforge.net/projects/semanticscuttle
  */
index 095cf36e7188ba1e95b8ed05fc4ba7bda37a083c..5cdcfcc863f02f4e7a0f84bae7c020dddd5bd1dd 100644 (file)
@@ -1,4 +1,18 @@
 <?php
+/**
+ * SemanticScuttle - your social bookmark manager.
+ *
+ * PHP version 5.
+ *
+ * @category Bookmarking
+ * @package  SemanticScuttle
+ * @author   Benjamin Huynh-Kim-Bang <mensonge@users.sourceforge.net>
+ * @author   Christian Weiske <cweiske@cweiske.de>
+ * @author   Eric Dane <ericdane@users.sourceforge.net>
+ * @license  GPL http://www.gnu.org/licenses/gpl.html
+ * @link     http://sourceforge.net/projects/semanticscuttle
+ */
+
 /**
  * Prepare the application for unit testing
  */