~xpw-framework/xpw-framework/trunk

« back to all changes in this revision

Viewing changes to Xpw/Tests/System/StringTest.php

  • Committer: Olexandr Zanichkovsky
  • Date: 2008-08-12 18:30:14 UTC
  • Revision ID: sasha@eternity-20080812183014-oqietkk75dg16wsr
- changed Xpw_System_Value to be abstract;
- started work on String Test;

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$include_path = ini_get('include_path');
 
3
ini_set('include_path', $include_path . ':' . dirname(dirname(dirname(__FILE__))));
 
4
 
 
5
require_once 'PHPUnit/Framework.php';
 
6
require_once 'Xpw/System/String.php';
 
7
 
 
8
class StringTest extends PHPUnit_Framework_TestCase
 
9
{
 
10
        
 
11
}
 
12
?>
 
 
b'\\ No newline at end of file'