@@ -19,8 +19,8 @@ |
||
19 | 19 | |
20 | 20 | namespace NelsonMartell\Test\DataProviders\ExampleClass; |
21 | 21 | |
22 | -use NelsonMartell\PropertiesHandler; |
|
23 | 22 | use NelsonMartell\IStrictPropertiesContainer; |
23 | +use NelsonMartell\PropertiesHandler; |
|
24 | 24 | |
25 | 25 | /** |
26 | 26 | * Example class to be used in PropertiesHandler test. |
@@ -20,11 +20,11 @@ |
||
20 | 20 | namespace NelsonMartell\Test\DataProviders; |
21 | 21 | |
22 | 22 | use NelsonMartell\Test\Helpers\ExporterPlugin; |
23 | -use NelsonMartell\Test\Helpers\ImplementsIStrictPropertiesContainer; |
|
24 | -use NelsonMartell\Test\Helpers\HasWriteOnlyProperties; |
|
25 | 23 | use NelsonMartell\Test\Helpers\HasReadOnlyProperties; |
26 | 24 | use NelsonMartell\Test\Helpers\HasReadWriteProperties; |
27 | 25 | use NelsonMartell\Test\Helpers\HasUnaccesibleProperties; |
26 | +use NelsonMartell\Test\Helpers\HasWriteOnlyProperties; |
|
27 | +use NelsonMartell\Test\Helpers\ImplementsIStrictPropertiesContainer; |
|
28 | 28 | use \InvalidArgumentException; |
29 | 29 | |
30 | 30 | /** |
@@ -19,11 +19,11 @@ |
||
19 | 19 | |
20 | 20 | namespace NelsonMartell\Test\Helpers; |
21 | 21 | |
22 | +use BadMethodCallException; |
|
22 | 23 | use Cake\Utility\Inflector; |
23 | 24 | use NelsonMartell\Extensions\Text; |
24 | 25 | use NelsonMartell\IStrictPropertiesContainer; |
25 | 26 | use SebastianBergmann\Exporter\Exporter; |
26 | -use BadMethodCallException; |
|
27 | 27 | |
28 | 28 | /** |
29 | 29 | * Split of ImplementsIStrictPropertiesContainer, for classes implementing any write-only property. |
@@ -19,10 +19,7 @@ |
||
19 | 19 | |
20 | 20 | namespace NelsonMartell\Test\Helpers; |
21 | 21 | |
22 | -use Cake\Utility\Inflector; |
|
23 | -use NelsonMartell\Extensions\Text; |
|
24 | 22 | use NelsonMartell\IStrictPropertiesContainer; |
25 | -use SebastianBergmann\Exporter\Exporter; |
|
26 | 23 | |
27 | 24 | /** |
28 | 25 | * Split of ImplementsIStrictPropertiesContainer, for classes implementing any read-only property |
@@ -19,10 +19,7 @@ |
||
19 | 19 | |
20 | 20 | namespace NelsonMartell\Test\Helpers; |
21 | 21 | |
22 | -use Cake\Utility\Inflector; |
|
23 | -use NelsonMartell\Extensions\Text; |
|
24 | 22 | use NelsonMartell\IStrictPropertiesContainer; |
25 | -use SebastianBergmann\Exporter\Exporter; |
|
26 | 23 | |
27 | 24 | /** |
28 | 25 | * Split of ImplementsIStrictPropertiesContainer, for classes implementing any write-only property. |
@@ -19,10 +19,7 @@ |
||
19 | 19 | |
20 | 20 | namespace NelsonMartell\Test\Helpers; |
21 | 21 | |
22 | -use Cake\Utility\Inflector; |
|
23 | -use NelsonMartell\Extensions\Text; |
|
24 | 22 | use NelsonMartell\IStrictPropertiesContainer; |
25 | -use SebastianBergmann\Exporter\Exporter; |
|
26 | 23 | |
27 | 24 | /** |
28 | 25 | * Test helper for classes implementing ``NelsonMartell\IStrictPropertiesContainer`` interface and |
@@ -168,7 +168,7 @@ |
||
168 | 168 | /** |
169 | 169 | * Getter for $stringValue property. |
170 | 170 | * |
171 | - * @return int |
|
171 | + * @return string |
|
172 | 172 | */ |
173 | 173 | public function getStringValue() |
174 | 174 | { |
@@ -66,7 +66,7 @@ |
||
66 | 66 | * advertencia. |
67 | 67 | * |
68 | 68 | * |
69 | - * @param mixed $expected |
|
69 | + * @param boolean $expected |
|
70 | 70 | * @param mixed $actual |
71 | 71 | * @param string $msg Custom message to append on assert failed. |
72 | 72 | * |