File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class DateDimensionTest extends EntityTestCase
35
35
/**
36
36
* @noinspection PhpMissingParentCallCommonInspection
37
37
*/
38
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
38
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
39
39
#[TestDox('No setter for `$property` property in read only entity - so cannot test this ' )]
40
40
#[Override]
41
41
public function testThatSetterOnlyAcceptSpecifiedType (
@@ -49,7 +49,7 @@ public function testThatSetterOnlyAcceptSpecifiedType(
49
49
/**
50
50
* @noinspection PhpMissingParentCallCommonInspection
51
51
*/
52
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
52
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
53
53
#[TestDox('No setter for `$property` property in read only entity - so cannot test this ' )]
54
54
#[Override]
55
55
public function testThatSetterReturnsInstanceOfEntity (
@@ -64,7 +64,7 @@ public function testThatSetterReturnsInstanceOfEntity(
64
64
/**
65
65
* @throws Throwable
66
66
*/
67
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
67
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
68
68
#[TestDox('Test that getter method for `$type $property` property returns expected ' )]
69
69
#[Override]
70
70
public function testThatGetterReturnsExpectedValue (string $ property , string $ type , array $ meta ): void
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class LogLoginFailureTest extends EntityTestCase
35
35
/**
36
36
* @noinspection PhpMissingParentCallCommonInspection
37
37
*/
38
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
38
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
39
39
#[TestDox('No setter for `$property` property in read only entity - so cannot test this ' )]
40
40
#[Override]
41
41
public function testThatSetterOnlyAcceptSpecifiedType (
@@ -49,7 +49,7 @@ public function testThatSetterOnlyAcceptSpecifiedType(
49
49
/**
50
50
* @noinspection PhpMissingParentCallCommonInspection
51
51
*/
52
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
52
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
53
53
#[TestDox('No setter for `$property` property in read only entity - so cannot test this ' )]
54
54
#[Override]
55
55
public function testThatSetterReturnsInstanceOfEntity (
@@ -64,7 +64,7 @@ public function testThatSetterReturnsInstanceOfEntity(
64
64
/**
65
65
* @throws Throwable
66
66
*/
67
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
67
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
68
68
#[TestDox('Test that getter method for `$type $property` property returns expected ' )]
69
69
#[Override]
70
70
public function testThatGetterReturnsExpectedValue (string $ property , string $ type , array $ meta ): void
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class LogLoginTest extends EntityTestCase
40
40
/**
41
41
* @noinspection PhpMissingParentCallCommonInspection
42
42
*/
43
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
43
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
44
44
#[TestDox('No setter for `$property` property in read only entity - so cannot test this ' )]
45
45
#[Override]
46
46
public function testThatSetterOnlyAcceptSpecifiedType (
@@ -54,7 +54,7 @@ public function testThatSetterOnlyAcceptSpecifiedType(
54
54
/**
55
55
* @noinspection PhpMissingParentCallCommonInspection
56
56
*/
57
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
57
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
58
58
#[TestDox('No setter for `$property` property in read only entity - so cannot test this ' )]
59
59
#[Override]
60
60
public function testThatSetterReturnsInstanceOfEntity (
@@ -69,7 +69,7 @@ public function testThatSetterReturnsInstanceOfEntity(
69
69
/**
70
70
* @throws Throwable
71
71
*/
72
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
72
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
73
73
#[TestDox('Test that getter method for `$type $property` property returns expected ' )]
74
74
#[Override]
75
75
public function testThatGetterReturnsExpectedValue (string $ property , string $ type , array $ meta ): void
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class LogRequestTest extends EntityTestCase
45
45
/**
46
46
* @noinspection PhpMissingParentCallCommonInspection
47
47
*/
48
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
48
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
49
49
#[TestDox('No setter for `$property` property in read only entity - so cannot test this ' )]
50
50
#[Override]
51
51
public function testThatSetterOnlyAcceptSpecifiedType (
@@ -59,7 +59,7 @@ public function testThatSetterOnlyAcceptSpecifiedType(
59
59
/**
60
60
* @noinspection PhpMissingParentCallCommonInspection
61
61
*/
62
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
62
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
63
63
#[TestDox('No setter for `$property` property in read only entity - so cannot test this ' )]
64
64
#[Override]
65
65
public function testThatSetterReturnsInstanceOfEntity (
@@ -74,7 +74,7 @@ public function testThatSetterReturnsInstanceOfEntity(
74
74
/**
75
75
* @throws Throwable
76
76
*/
77
- #[DataProvider('dataProviderTestThatSetterAndGettersWorks ' )]
77
+ #[DataProvider('dataProviderTestThatSetterAndGettersWorksWithoutReadOnlyFlag ' )]
78
78
#[TestDox('Test that getter method for `$type $property` returns expected ' )]
79
79
#[Override]
80
80
public function testThatGetterReturnsExpectedValue (string $ property , string $ type , array $ meta ): void
You can’t perform that action at this time.
0 commit comments