File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242use Silverback \ApiComponentsBundle \AttributeReader \TimestampedAttributeReader ;
4343use Silverback \ApiComponentsBundle \AttributeReader \UploadableAttributeReader ;
4444use Silverback \ApiComponentsBundle \Command \CleanOrphanedCommand ;
45- use Silverback \ApiComponentsBundle \DataCollector \CwaCollectorData ;
46- use Silverback \ApiComponentsBundle \DataCollector \CwaDataCollector ;
4745use Silverback \ApiComponentsBundle \Command \FormCachePurgeCommand ;
4846use Silverback \ApiComponentsBundle \Command \RefreshTokensExpireCommand ;
4947use Silverback \ApiComponentsBundle \Command \UserCreateCommand ;
48+ use Silverback \ApiComponentsBundle \DataCollector \CwaCollectorData ;
49+ use Silverback \ApiComponentsBundle \DataCollector \CwaDataCollector ;
5050use Silverback \ApiComponentsBundle \DataProvider \PageDataProvider ;
5151use Silverback \ApiComponentsBundle \DataProvider \StateProvider \ComponentGroupStateProvider ;
5252use Silverback \ApiComponentsBundle \DataProvider \StateProvider \FormStateProvider ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ protected function setUp(): void
2828 $ this ->collector = new CwaDataCollector ($ this ->collectorData );
2929 }
3030
31- public function test_getName_returns_cwa (): void
31+ public function test_get_name_returns_cwa (): void
3232 {
3333 self ::assertSame ('cwa ' , $ this ->collector ->getName ());
3434 }
You can’t perform that action at this time.
0 commit comments