MCPcopy Create free account
hub / github.com/Rello/analytics / getMTime

Method getMTime

tests/Datasource/LocalCsvTest.php:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 public function testReadDataPreservesTwoColumnRows(): void {
18 $file = new class {
19 public function getMTime(): int {
20 return 1;
21 }
22
23 public function getContent(): string {
24 return "CATEGORY,EURO\nENTERTAINMENT,9798\nLIVING,10943";

Callers 3

readDataMethod · 0.80
readDataMethod · 0.80
readDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected