Directory Tests/Object/Fixture/

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

[root]/Tests/Object/Fixture

Lines of Code

Tests/Object/Fixture/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 53 (100.0%) 635 (100.0%) 11.9
k-fish 39 (73.6%) 449 (70.7%) 11.5
robert 13 (24.5%) 180 (28.3%) 13.8
andi 1 (1.9%) 6 (0.9%) 6.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 18 files:

  • Tests/Object/Fixture: BasicClass.php (del), ClassWithInjectSettingsMethod.php (del), ClassWithOptionalArguments.php (del), ClassWithSetterAndPropertyInjection.php (del), ClassWithSomeImplementationInjected.php (del), ClassWithUnmatchedRequiredSetterDependency.php (del), F3_FLOW3_Tests_Object_Fixture_BasicClass.php (del), F3_FLOW3_Tests_Object_Fixture_ClassWithInjectSettingsMethod.php (del), F3_FLOW3_Tests_Object_Fixture_ClassWithOptionalArguments.php (del), F3_FLOW3_Tests_Object_Fixture_ClassWithOptionalConstructorArguments.php (del), F3_FLOW3_Tests_Object_Fixture_ClassWithSomeImplementationInjected.php (del), F3_FLOW3_Tests_Object_Fixture_ClassWithUnmatchedRequiredSetterDependency.php (del), F3_FLOW3_Tests_Object_Fixture_ReconstitutableClassWithSimpleProperties.php (del), F3_FLOW3_Tests_Object_Fixture_SomeImplementation.php (del), F3_FLOW3_Tests_Object_Fixture_SomeInterface.php (del), ReconstitutableClassWithSimpleProperties.php (del), SomeImplementation.php (del), SomeInterface.php (del)
k-fish 2009-09-16 14:36 Rev.: 3189

[~TASK] FLOW3: Fixed method parameter documentation found by new reflection service checks.
[+FEATURE] FLOW3 (Persistence): added removeAll() to base repository, resolves #3852.

6 lines of code changed in 1 file:

  • Tests/Object/Fixture: BasicClass.php (+6 -6)
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 4 files:

  • Tests/Object/Fixture: BasicClass.php (-2), ClassWithInjectSettingsMethod.php (-8), ClassWithOptionalArguments.php (-2), ClassWithSetterAndPropertyInjection.php (-8)
k-fish 2009-06-30 12:18 Rev.: 2673

[FIX] FLOW3 (AOP): Fixed changes introduced with r2640, fixes #3650
[FIX] FLOW3 (Object): Fixed changes introduced with r2640, fixes #3650
[TASK] TYPO3CR (Tests): Adjusted tests and fixtures to comply with new solution for #3650

1 lines of code changed in 1 file:

  • Tests/Object/Fixture: ReconstitutableClassWithSimpleProperties.php (+1 -1)
andi 2009-06-23 16:03 Rev.: 2640

* [+FEAT]: FLOW3 (AOP): AOP proxies now support classes implementing an interface declaring a __construct() signature. Resolves #3650
* [+FEAT]: FLOW3 (Object): The object manager handles the new AOP proxies.
* [TASK]: FLOW3 (Persistence): Changed some fixtures to comply to the now AOPProxyInterface.

6 lines of code changed in 1 file:

  • Tests/Object/Fixture: ReconstitutableClassWithSimpleProperties.php (+6)
k-fish 2009-06-04 14:11 Rev.: 2566

?[TASK] FLOW3 (AOP): added FLOW3_AOP_Proxy_hasProperty() to AOP proxies, resolves #3487
[FIX] TYPO3CR (FLOW3 Persistence): getUUIDByObject() in persistence backend now returns NULL if no UUID is found, fixes #3486

10 lines of code changed in 1 file:

  • Tests/Object/Fixture: ReconstitutableClassWithSimpleProperties.php (+10)
robert 2009-05-20 12:36 Rev.: 2282

* FLOW3: Renamed a few classes / moved them in the namespaces hierarchy to make naming more consistent. Resolves #2515
* FLOW3: (MVC) Removed the AbstractWidget

1 lines of code changed in 1 file:

  • Tests/Object/Fixture: BasicClass.php (+1 -1)
robert 2009-03-25 00:53 Rev.: 2047

* FLOW3: (AOP) Renamed all occurrences of AOPProxy* to FLOW3_AOP_Proxy_*
* FLOW3: (Persistence) Prefixed names of the methods introduced by the DirtyMonitoringAspect

6 lines of code changed in 1 file:

  • Tests/Object/Fixture: ReconstitutableClassWithSimpleProperties.php (+6 -6)
k-fish 2009-02-12 15:19 Rev.: 1912

FLOW3:
* __wakeup() is no longer handled in a special way in AOP to support persistence, fixes #1724
* changed the persistence aspect to no longer attach to __wakeup(), refs #1724
* replaced reconstituteObject() by three seperate methods to allow two-step reconstitution, refs #1849

TYPO3CR:
* split initialize() into seperate methods in FLOW3 persistence backend
* the FLOW3 persistence DataMapper now uses two-step reconstitution allowing to load bidirectional object relations
* the FLOW3 persistence DataMapper asks the object Builder to inject setter dependencies during reconstitution, fixes #1849

6 lines of code changed in 1 file:

  • Tests/Object/Fixture: ReconstitutableClassWithSimpleProperties.php (+6 -4)
robert 2009-02-03 17:11 Rev.: 1854

* FLOW3: (Monitor) Fixed the automatic flushing of the Class File Monitor. This didn't work anymore since class filenames have been shortened to the unqualified class name.
* FLOW3: (MVC) Removed a few unused methods and fixed the signature of canProcessRequest()
* FLOW3: (MVC) Implemented support for definition of a default view: If $this->objectViewName is set to the object name of a view (eg. F3\Fluid\View\TemplateView), this view is used instead of the view suggested by the Router.
* FLOW3: (Object) Implemented support for Property Injection! Refer to the FLOW3 Reference for some examples.
* FLOW3: (Resource) Fixed the Resource Publisher testcase.

59 lines of code changed in 1 file:

  • Tests/Object/Fixture: ClassWithSetterAndPropertyInjection.php (new 59)
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

22 lines of code changed in 8 files:

  • Tests/Object/Fixture: BasicClass.php (new 8), ClassWithInjectSettingsMethod.php (new 8), ClassWithOptionalArguments.php (new 2), ClassWithSomeImplementationInjected.php (new), ClassWithUnmatchedRequiredSetterDependency.php (new), ReconstitutableClassWithSimpleProperties.php (new 4), SomeImplementation.php (new), SomeInterface.php (new)
k-fish 2009-01-15 16:06 Rev.: 1749

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

3 lines of code changed in 3 files:

  • Tests/Object/Fixture: F3_FLOW3_Tests_Object_Fixture_BasicClass.php (+1 -1), F3_FLOW3_Tests_Object_Fixture_ClassWithInjectSettingsMethod.php (+1 -1), F3_FLOW3_Tests_Object_Fixture_ClassWithOptionalArguments.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

42 lines of code changed in 3 files:

  • Tests/Object/Fixture: F3_FLOW3_Tests_Object_Fixture_BasicClass.php (+14 -7), F3_FLOW3_Tests_Object_Fixture_ClassWithInjectSettingsMethod.php (+14 -7), F3_FLOW3_Tests_Object_Fixture_ClassWithOptionalArguments.php (+14 -7)
robert 2009-01-05 16:09 Rev.: 1687

* FLOW3: (Object) Implemented support for magic injectSettings() methods. Resolves #2297
* FLOW3: (Documentation) Added documentation for the injectSettings feature.

44 lines of code changed in 1 file:

  • Tests/Object/Fixture: F3_FLOW3_Tests_Object_Fixture_ClassWithInjectSettingsMethod.php (new 44)
robert 2008-12-30 14:32 Rev.: 1670

* FLOW3: (Cache) Introduced two new interfaces - for Cache frontends and backends
* FLOW3: (Cache) Fixed an issue with the File Backend: initializeObject() overrode the cacheDirectory setting even if it has been set through setter injection
* FLOW3: (Object) The property / argument type "reference" has been renamed to "object" (see also updated documentation)
* FLOW3: (Object) The object configuration option "constructorArguments" has been renamed to "arguments"
* FLOW3: (Object) In the code "Constructor Arguments" are now referred to simply as "Arguments"
* FLOW3: (Object) Implemented support for custom factories. Resolves #2110
* FLOW3: (Object) Implemented support for specifying arguments / properties for objects which are injected. Resolves #2109
* FLOW3: (Resource) Added the file_exists() check again to the Class Loader. Ommitting the check resulted in hard-to-track error messages
* FLOW3: (Documentation) Updated the documentation. Still missing: custom factories and syntax of feature #2109
* FLOW3: (TestPackage) Adopted and cleaned up the Object related tests

48 lines of code changed in 1 file:

  • Tests/Object/Fixture: F3_FLOW3_Tests_Object_Fixture_ClassWithOptionalArguments.php (new 48)
k-fish 2008-12-18 12:05 Rev.: 1657

FLOW3:
* refactored a bunch of unit tests so they no longer need a real FLOW3 to run, refs #2123

381 lines of code changed in 7 files:

  • Tests/Object/Fixture: F3_FLOW3_Tests_Object_Fixture_BasicClass.php (new 215), F3_FLOW3_Tests_Object_Fixture_ClassWithOptionalConstructorArguments.php (new 48), F3_FLOW3_Tests_Object_Fixture_ClassWithSomeImplementationInjected.php (new 32), F3_FLOW3_Tests_Object_Fixture_ClassWithUnmatchedRequiredSetterDependency.php (new 13), F3_FLOW3_Tests_Object_Fixture_ReconstitutableClassWithSimpleProperties.php (new 60), F3_FLOW3_Tests_Object_Fixture_SomeImplementation.php (new 7), F3_FLOW3_Tests_Object_Fixture_SomeInterface.php (new 6)
Generated by StatSVN 0.5.0