• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tempestphp / tempest-framework / 14423395857

12 Apr 2025 09:09PM UTC coverage: 80.081% (-1.1%) from 81.217%
14423395857

Pull #1149

github

web-flow
Merge f348cc6cd into 0c553d46c
Pull Request #1149: feat(storage): add storage component

151 of 390 new or added lines in 21 files covered. (38.72%)

11699 of 14609 relevant lines covered (80.08%)

104.65 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Tempest/Storage/src/Config/InMemoryStorageConfig.php
1
<?php
2

3
namespace Tempest\Storage\Config;
4

5
use League\Flysystem\InMemory\InMemoryFilesystemAdapter;
6

7
final class InMemoryStorageConfig implements StorageConfig
8
{
NEW
9
    public function __construct(
×
10
        /**
11
         * Whether the storage is read-only.
12
         */
13
        public bool $readonly = false,
NEW
14
    ) {}
×
15

NEW
16
    public function createAdapter(): InMemoryFilesystemAdapter
×
17
    {
NEW
18
        return new InMemoryFilesystemAdapter();
×
19
    }
20
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc