<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.5.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
    http://pear.php.net/dtd/tasks-1.0.xsd
    http://pear.php.net/dtd/package-2.0
    http://pear.php.net/dtd/package-2.0.xsd">
 <name>Testing_FIT</name>
 <channel>pear.php.net</channel>
 <summary>FIT: Framework for Integrated Test</summary>
 <description>Great software requires collaboration and communication.
Fit is a tool for enhancing collaboration in software development.
It&apos;s an invaluable way to collaborate on complicated problems--and
get them right--early in development.
Fit allows customers, testers, and programmers to learn what their
software should do and what it does do. It automatically compares
customers&apos; expectations to actual results.</description>
 <lead>
  <name>gERD Schaufelberger</name>
  <user>gerd</user>
  <email>gerd@php-tools.net</email>
  <active>yes</active>
 </lead>
 <date>2007-06-05</date>
 <time>22:31:50</time>
 <version>
  <release>0.2.0</release>
  <api>1.0.0</api>
 </version>
 <stability>
  <release>beta</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license>
 <notes>Changes V 0.2.0
- ranemed to Testing_FIT
- removed frontend code
Changes V 0.1.0
- DOM a like parser to work with HTML tables
- Implements main fixtures: Primitive, Action and Column
- Example custom fixtures and test cases
- API examples for CLI and Web usage</notes>
 <contents>
  <dir baseinstalldir="Testing/FIT" name="/">
   <dir name="example">
    <dir name="fixture">
     <dir name="Math">
      <file name="Addition.php" role="doc" />
      <file name="ArithmeticColumnFixture.php" role="doc" />
      <file name="ArithmeticFixture.php" role="doc" />
      <file name="Calculator.php" role="doc" />
      <file name="Division.php" role="doc" />
      <file name="Trigonometry.php" role="doc" />
     </dir> <!-- /example/fixture/Math -->
     <dir name="Music">
      <file name="Browser.php" role="doc" />
      <file name="Display.php" role="doc" />
      <file name="Music.php" role="doc" />
      <file name="Music.txt" role="doc" />
      <file name="MusicLibrary.php" role="doc" />
     </dir> <!-- /example/fixture/Music -->
    </dir> <!-- /example/fixture -->
    <dir name="in">
     <file name="arithmetic.html" role="doc" />
     <file name="calculator.html" role="doc" />
     <file name="math.html" role="doc" />
     <file name="music.html" role="doc" />
    </dir> <!-- /example/in -->
    <file name="cli.php" role="doc" />
    <file name="web.php" role="doc" />
   </dir> <!-- /example -->
   <dir name="Exception">
    <file name="FileIO.php" role="php" />
    <file name="Parser.php" role="php" />
   </dir> <!-- /Exception -->
   <dir name="Fixture">
    <file name="Action.php" role="php" />
    <file name="Column.php" role="php" />
    <file name="Primitive.php" role="php" />
    <file name="Row.php" role="php" />
    <file name="Summary.php" role="php" />
   </dir> <!-- /Fixture -->
   <dir name="TypeFilter">
    <file name="Float.php" role="php" />
    <file name="Integer.php" role="php" />
    <file name="String.php" role="php" />
   </dir> <!-- /TypeFilter -->
   <file name="Fixture.php" role="php" />
   <file name="Node.php" role="php" />
   <file name="Parser.php" role="php" />
   <file name="Runner.php" role="php" />
   <file name="Table.php" role="php" />
   <file name="TypeFilter.php" role="php" />
  </dir> <!-- / -->
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.0.1</min>
   </php>
   <pearinstaller>
    <min>1.4.0a12</min>
   </pearinstaller>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.2.0</release>
    <api>1.0.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>stable</api>
   </stability>
   <date>2007-06-05</date>
   <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license>
   <notes>Changes V 0.2.0
- ranemed to Testing_FIT
- removed frontend code
Changes V 0.1.0
- DOM a like parser to work with HTML tables
- Implements main fixtures: Primitive, Action and Column
- Example custom fixtures and test cases
- API examples for CLI and Web usage</notes>
  </release>
 </changelog>
</package>
