Directory Tests/Fixtures/

Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/Tests/Fixtures

Lines of Code

Tests/Fixtures/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 177 (100.0%) 3.4
k-fish 43 (84.3%) 140 (79.1%) 3.2
robert 7 (13.7%) 32 (18.1%) 4.5
sebastian 1 (2.0%) 5 (2.8%) 5.0

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 12 files:

  • Tests/Fixtures: ClassWithSetters.php (del), DummyClass.php (del), F3_FLOW3_Fixture_Configuration_PHPConfigurationFile.php (del), F3_FLOW3_Fixture_Configuration_YAMLConfigurationFile.yaml (del), F3_FLOW3_Fixture_DummyClass.php (del), F3_FLOW3_Fixture_MVC_MockActionController.php (del), F3_FLOW3_Fixture_MVC_MockRequestHandlingController.php (del), F3_FLOW3_Fixture_MVC_MockRequestProcessor.php (del), F3_FLOW3_Fixture_SecondDummyClass.php (del), F3_FLOW3_Fixture_Validation_ClassWithSetters.php (del), SecondDummyClass.php (del), T3_FLOW3_Fixture_Package_ConfFileComponentsConfigurationSourceTest_componentConfigurations.dat (del)
k-fish 2009-08-04 14:04 Rev.: 2984

[+FEATURE] FLOW3 (Property): When mapping properties UUIDs in arrays being mapped to typed array-like targets get converted to objects now. Relates to #3933.

1 lines of code changed in 1 file:

  • Tests/Fixtures: ClassWithSetters.php (+1 -1)
k-fish 2009-07-16 15:02 Rev.: 2813

[+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Kickstart: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHP6: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHPUnit: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Testing: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Welcome: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] YAML: Removed file level docblocks and @package/@subpackage annotations.

0 lines of code changed in 1 file:

  • Tests/Fixtures: ClassWithSetters.php (-8)
robert 2009-01-28 13:04 Rev.: 1811

!!! Globally renamed all class files to the new shorter version. Resolves #2524
FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename convention
FLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace

9 lines of code changed in 3 files:

  • Tests/Fixtures: ClassWithSetters.php (new 9), DummyClass.php (new), SecondDummyClass.php (new)
k-fish 2009-01-15 16:06 Rev.: 1749

FLOW3:
* fixed license name in @license annotation, fixes #2454

1 lines of code changed in 1 file:

  • Tests/Fixtures: F3_FLOW3_Fixture_Validation_ClassWithSetters.php (+1 -1)
k-fish 2009-01-08 12:12 Rev.: 1713

FLOW3:
* fixed some more license and style issues.

11 lines of code changed in 1 file:

  • Tests/Fixtures: F3_FLOW3_Fixture_Validation_ClassWithSetters.php (+11 -4)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

39 lines of code changed in 3 files:

  • Tests/Fixtures: F3_FLOW3_Fixture_DummyClass.php (+13 -7), F3_FLOW3_Fixture_SecondDummyClass.php (+13 -7), F3_FLOW3_Fixture_Validation_ClassWithSetters.php (+13 -6)
sebastian 2009-01-06 00:02 Rev.: 1697

FLOW3:
* (Reflection): Added ArrayAccess handling in ObjectAccess
* (Property): Extended Property Mapper so it can map arbitary objects to other arbitary objects

5 lines of code changed in 1 file:

  • Tests/Fixtures: F3_FLOW3_Fixture_Validation_ClassWithSetters.php (+5 -1)
k-fish 2008-12-10 15:39 Rev.: 1599

!!! 5.3.0alpha3 namespaces refactoring:
* changed namespace delimiter from :: to \
* all class references in namespaced code prepended by \

PHPUnit:
* adapted mock object handling to the new namespaces syntax

FLOW3:
* PropertyReflection now uses setAccessible() instead of array cast to access protected properties

PHPCR:
* added a missing interface already used for type hints

3 lines of code changed in 3 files:

  • Tests/Fixtures: F3_FLOW3_Fixture_DummyClass.php (+1 -1), F3_FLOW3_Fixture_SecondDummyClass.php (+1 -1), F3_FLOW3_Fixture_Validation_ClassWithSetters.php (+1 -1)
robert 2008-11-07 16:02 Rev.: 1448

COMMIT PART 1

* FLOW3: Implemented a YAML configuration source, resolves #1852
* Globally refactored code and converted configuration files to use the new YAML configuration format

Note: FLOW3 is now getting even slower because the whole YAML parsing results are not cached yet.
You can still use .php based configuration but it is recommended to switch over to YAML ASAP.

Documentation and speed improvements follow

1 lines of code changed in 1 file:

  • Tests/Fixtures: F3_FLOW3_Fixture_Configuration_YAMLConfigurationFile.yaml (new 1)
k-fish 2008-09-12 16:07 Rev.: 1210

!!! Major change, will break existing code.

Part 3 - Packages

FLOW3, most other packages:
* added namespaces to the code of FLOW3 and all packages in the current TYPO3v5 distribution.

PHPUnit:
* some changes to make PHPUnit (more) namespace-compatible.

Some notes:
* Documentation updates will follow
* you might need to change your class names when adapting namespaces to avoid using "Class", "Empty", "Default", ...
* expect FLOW3CGL and/or PHPCodeSniffer to be broken (I'll have a look)
* some parts might still be broken, especially in edge-cases where the global namespace needs to explicitly used

6 lines of code changed in 3 files:

  • Tests/Fixtures: F3_FLOW3_Fixture_DummyClass.php (+2 -1), F3_FLOW3_Fixture_SecondDummyClass.php (+2 -1), F3_FLOW3_Fixture_Validation_ClassWithSetters.php (+2 -1)
robert 2008-07-21 12:08 Rev.: 1037

* FLOW3: (MVC) The Dispatcher now injects the package's settings before calling the processRequest() method of a controller. That means you can always access the settings from within your controller with $this->settings.

22 lines of code changed in 1 file:

  • Tests/Fixtures: F3_FLOW3_Fixture_MVC_MockRequestHandlingController.php (+22 -6)
k-fish 2008-05-29 11:39 Rev.: 878

Changed the @type annotation to @var, fixes #670

1 lines of code changed in 1 file:

  • Tests/Fixtures: F3_FLOW3_Fixture_Configuration_PHPConfigurationFile.php (+1 -1)
k-fish 2008-05-17 16:32 Rev.: 844

Making FLOW3 run green(er) in FLOW3CGL, part 1.

78 lines of code changed in 9 files:

  • Tests/Fixtures: F3_FLOW3_Fixture_Configuration_PHPConfigurationFile.php (+14 -1), F3_FLOW3_Fixture_DummyClass.php (new), F3_FLOW3_Fixture_MVC_MockActionController.php (+3 -1), F3_FLOW3_Fixture_MVC_MockRequestHandlingController.php (+8 -6), F3_FLOW3_Fixture_SecondDummyClass.php (new), F3_FLOW3_Fixture_Validation_ClassWithSetters.php (+17 -5)
k-fish 2008-05-10 16:43 Rev.: 831

Pending commit, fixes #477.

0 lines of code changed in 8 files:

  • Tests/Fixtures: F3_FLOW3_Fixture_MVC_MockActionController.php (-1), F3_FLOW3_Fixture_MVC_MockRequestHandlingController.php (new), F3_FLOW3_Fixture_MVC_MockRequestProcessor.php (-1), F3_FLOW3_Fixture_Validation_ClassWithSetters.php (-1)
robert 2008-02-07 14:14 Rev.: 475

Renamed Framework to FLOW3.
Step 6

0 lines of code changed in 2 files:

  • Tests/Fixtures: T3_FLOW3_Fixture_Package_ConfFileComponentsConfigurationSourceTest_componentConfigurations.dat (new)
Generated by StatSVN 0.5.0