Source for file Line.php

Documentation is available at Line.php

  1. <?php //-*-php-*-
  2. /* ******************************************************************** **
  3. ** Copyright notice **
  4. ** **
  5. ** (c) 1995-2003 PHPOpenChat Development Team **
  6. ** http://phpopenchat.sourceforge.net/ **
  7. ** **
  8. ** All rights reserved **
  9. ** **
  10. ** This script is part of the PHPOpenChat project. The PHPOpenChat **
  11. ** project is free software; you can redistribute it and/or modify **
  12. ** it under the terms of the GNU General Public License as published by **
  13. ** the Free Software Foundation; either version 2 of the License, or **
  14. ** (at your option) any later version. **
  15. ** **
  16. ** The GNU General Public License can be found at **
  17. ** http://www.gnu.org/copyleft/gpl.html. **
  18. ** A copy is found in the textfile GPL and important notices to the **
  19. ** license from the team is found in the textfile LICENSE distributed **
  20. ** with these scripts. **
  21. ** **
  22. ** This script is distributed in the hope that it will be useful, **
  23. ** but WITHOUT ANY WARRANTY; without even the implied warranty of **
  24. ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the **
  25. ** GNU General Public License for more details. **
  26. ** **
  27. ** This copyright notice MUST APPEAR in all copies of the script! **
  28. ** ******************************************************************** */
  29.  
  30. /*
  31. $Author: letreo $
  32. $Date: 2003/10/16 16:08:00 $
  33. $Source: /cvsroot/phpopenchat/chat3/unittest/Line.php,v $
  34. $Revision: 1.1 $
  35. */
  36.  
  37. require_once '../config.inc.php';
  38. require_once POC_INCLUDE_PATH.'/class.Line.inc';
  39. require_once 'PHPUnit.php';
  40.  
  41. class unittest_Line extends PHPUnit_TestCase {
  42. function testRecipient() {
  43. $this->assertEquals(
  44. '',
  45. Line::get_recipient()
  46. );
  47. }
  48. }
  49. ?>

Documentation generated on Tue, 29 Jun 2004 14:42:34 +0200 by phpDocumentor 1.3.0RC3