Changeset 92
- Timestamp:
- 02/18/07 15:49:19 (2 years ago)
- Files:
-
- trunk/autopackage2.php (modified) (1 diff)
- trunk/package.php (modified) (1 diff)
- trunk/tests/integration/TestAutoPrimitivesTestCase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/autopackage2.php
r83 r92 53 53 - Added several unit tests (mikey) 54 54 - Added possibility to package XJConfForPHP as a STAR archive (mikey, schst) 55 - Added new value type "xjonf:auto-primitive" to guess the type of a scalar value (schst) 55 56 Bugfixes: 56 57 - Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) trunk/package.php
r83 r92 47 47 - Added several unit tests (mikey) 48 48 - Added possibility to package XJConfForPHP as a STAR archive (mikey, schst) 49 - Added new value type "xjonf:auto-primitive" to guess the type of a scalar value (schst) 49 50 Bugfixes: 50 51 - Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) trunk/tests/integration/TestAutoPrimitivesTestCase.php
r91 r92 3 3 * Integration test with TestAutoPrimitives. 4 4 * 5 * @author Frank Kleine <mikey@xjconf.net>5 * @author Stephan Schmidt <schst@xjconf.net> 6 6 * @package XJConf 7 7 * @subpackage test_integration … … 19 19 * test if primitives and keyAttribute works 20 20 */ 21 public function test Primitives()21 public function testAutoPrimitives() 22 22 { 23 23 $tagParser = new DefinitionParser();
