renamed TUnit to Testify
This commit is contained in:
parent
bd6ed4a112
commit
6f9cad0eba
@ -1,4 +1,4 @@
|
||||
<project name="TUnit" basedir="." default="help">
|
||||
<project name="Testify" basedir="." default="help">
|
||||
|
||||
<property file="./properties/product.properties" prefix="product"/>
|
||||
<property file="./properties/build.properties" prefix="build"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
name=TUnit
|
||||
name=Testify
|
||||
version=0.6.0
|
||||
author="Tommy Montgomery"
|
||||
website=http://tommymontgomery.com/
|
||||
|
@ -1,74 +0,0 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Autoload manifest
|
||||
*
|
||||
* Autogenerated by manifester.php on 2009-06-30 23:05:13
|
||||
*
|
||||
* @package TUnit
|
||||
* @version 0.5.0
|
||||
* @since 1.0
|
||||
*/
|
||||
|
||||
return array(
|
||||
'Assert' => 'TUnit/framework/Assert.php',
|
||||
'Autoloader' => 'TUnit/util/Autoloader.php',
|
||||
'Cli' => 'TUnit/util/cli.php',
|
||||
'CliSwitch' => 'TUnit/util/cli.php',
|
||||
'CliSwitchCollection' => 'TUnit/util/cli.php',
|
||||
'CombinedTestResult' => 'TUnit/framework/result/CombinedTestResult.php',
|
||||
'ConsoleListener' => 'TUnit/framework/listeners/ConsoleListener.php',
|
||||
'ConsoleTestRunner' => 'TUnit/framework/ConsoleTestRunner.php',
|
||||
'Constraint' => 'TUnit/framework/constraints/Constraint.php',
|
||||
'CoverageDriver' => 'TUnit/framework/reporting/CoverageGraphs.php',
|
||||
'CoverageFilter' => 'TUnit/framework/reporting/CoverageFilter.php',
|
||||
'CoveragePalette' => 'TUnit/framework/reporting/CoverageGraphs.php',
|
||||
'CoveragePieChart' => 'TUnit/framework/reporting/CoverageGraphs.php',
|
||||
'CoverageRenderer' => 'TUnit/framework/reporting/CoverageGraphs.php',
|
||||
'CoverageReporter' => 'TUnit/framework/reporting/CoverageReporter.php',
|
||||
'DefaultConstraint' => 'TUnit/framework/constraints/DefaultConstraint.php',
|
||||
'EmptyConstraint' => 'TUnit/framework/constraints/SimpleConstraints.php',
|
||||
'EqualConstraint' => 'TUnit/framework/constraints/EqualConstraint.php',
|
||||
'ErredTest' => 'TUnit/framework/result/FailedTest.php',
|
||||
'ErredTestResult' => 'TUnit/framework/result/SingleTestResults.php',
|
||||
'FailedTest' => 'TUnit/framework/result/FailedTest.php',
|
||||
'FailedTestResult' => 'TUnit/framework/result/SingleTestResults.php',
|
||||
'FalseConstraint' => 'TUnit/framework/constraints/SimpleConstraints.php',
|
||||
'IdenticalConstraint' => 'TUnit/framework/constraints/IdenticalConstraint.php',
|
||||
'IgnoredTest' => 'TUnit/framework/result/FailedTest.php',
|
||||
'IgnoredTestResult' => 'TUnit/framework/result/SingleTestResults.php',
|
||||
'InvalidOptionException' => 'TUnit/framework/exceptions/Exceptions.php',
|
||||
'InvocationExpectation' => 'TUnit/framework/mock/InvocationExpectation.php',
|
||||
'InvocationTracker' => 'TUnit/framework/mock/InvocationTracker.php',
|
||||
'IssetConstraint' => 'TUnit/framework/constraints/SimpleConstraints.php',
|
||||
'MockHandler' => 'TUnit/framework/mock/MockHandler.php',
|
||||
'MockInvocation' => 'TUnit/framework/mock/MockInvocation.php',
|
||||
'MockObject' => 'TUnit/framework/mock/MockObjectCreator.php',
|
||||
'MockObjectCreator' => 'TUnit/framework/mock/MockObjectCreator.php',
|
||||
'MockRegistry' => 'TUnit/framework/mock/MockRegistry.php',
|
||||
'NotConstraint' => 'TUnit/framework/constraints/NotConstraint.php',
|
||||
'NullConstraint' => 'TUnit/framework/constraints/SimpleConstraints.php',
|
||||
'PassedTestResult' => 'TUnit/framework/result/SingleTestResults.php',
|
||||
'PhpFileIterator' => 'TUnit/util/PhpFileIterator.php',
|
||||
'Product' => 'TUnit/util/Product.php',
|
||||
'RecursivePhpFileIterator' => 'TUnit/util/PhpFileIterator.php',
|
||||
'RecursiveTestIterator' => 'TUnit/util/RecursiveTestIterator.php',
|
||||
'RecursivelyCountable' => 'TUnit/framework/test/Testable.php',
|
||||
'SimpleConstraint' => 'TUnit/framework/constraints/SimpleConstraints.php',
|
||||
'SingleTestResult' => 'TUnit/framework/result/SingleTestResults.php',
|
||||
'TUnitException' => 'TUnit/framework/exceptions/Exceptions.php',
|
||||
'TestAccumulator' => 'TUnit/util/TestAccumulator.php',
|
||||
'TestCase' => 'TUnit/framework/test/TestCase.php',
|
||||
'TestFailure' => 'TUnit/framework/result/FailedTest.php',
|
||||
'TestListener' => 'TUnit/framework/listeners/TestListener.php',
|
||||
'TestMethod' => 'TUnit/framework/test/TestMethod.php',
|
||||
'TestResult' => 'TUnit/framework/result/TestResult.php',
|
||||
'TestRunner' => 'TUnit/framework/BaseTestRunner.php',
|
||||
'TestSuite' => 'TUnit/framework/test/TestSuite.php',
|
||||
'Testable' => 'TUnit/framework/test/Testable.php',
|
||||
'TrueConstraint' => 'TUnit/framework/constraints/SimpleConstraints.php',
|
||||
'Usage' => 'TUnit/util/cli.php',
|
||||
'Util' => 'TUnit/util/Util.php'
|
||||
);
|
||||
|
||||
?>
|
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Bootstrapper for TUnit
|
||||
* Bootstrapper for Testify
|
||||
*
|
||||
* @package TUnit
|
||||
* @package Testify
|
||||
* @author Tommy Montgomery
|
||||
* @version 1.0
|
||||
* @since 1.0
|
@ -237,7 +237,7 @@ class ezcGraphSvgDriver extends ezcGraphDriver
|
||||
$gradient->setAttribute( 'y1', sprintf( '%.4F', $color->startPoint->y ) );
|
||||
$gradient->setAttribute( 'x2', sprintf( '%.4F', $color->endPoint->x ) );
|
||||
$gradient->setAttribute( 'y2', sprintf( '%.4F', $color->endPoint->y ) );
|
||||
$gradient->setAttribute( 'gradientUnits', 'userSpaceOnUse' );
|
||||
$gradient->setAttribute( 'gradienTestifys', 'userSpaceOnUse' );
|
||||
$gradient->setAttributeNS(
|
||||
'http://www.w3.org/1999/xlink',
|
||||
'xlink:href',
|
||||
@ -289,7 +289,7 @@ class ezcGraphSvgDriver extends ezcGraphDriver
|
||||
$gradient->setAttribute( 'fx', sprintf( '%.4F', $color->center->x ) );
|
||||
$gradient->setAttribute( 'fy', sprintf( '%.4F', $color->center->y ) );
|
||||
$gradient->setAttribute( 'r', max( $color->height, $color->width ) );
|
||||
$gradient->setAttribute( 'gradientUnits', 'userSpaceOnUse' );
|
||||
$gradient->setAttribute( 'gradienTestifys', 'userSpaceOnUse' );
|
||||
$gradient->setAttributeNS(
|
||||
'http://www.w3.org/1999/xlink',
|
||||
'xlink:href',
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user