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

tempestphp / tempest-framework / 14422676564

12 Apr 2025 07:23PM UTC coverage: 80.298% (-0.9%) from 81.217%
14422676564

Pull #1149

github

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

137 of 333 new or added lines in 18 files covered. (41.14%)

11685 of 14552 relevant lines covered (80.3%)

104.86 hits per line

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

0.0
/src/Tempest/Storage/src/StorageInitializer.php
1
<?php
2

3
namespace Tempest\Storage;
4

5
use Tempest\Container\Container;
6
use Tempest\Container\Initializer;
7
use Tempest\Storage\Config\StorageConfig;
8

9
final class StorageInitializer implements Initializer
10
{
NEW
11
    public function initialize(Container $container): Storage
×
12
    {
NEW
13
        return new GenericStorage(
×
NEW
14
            storageConfig: $container->get(StorageConfig::class), // TODO(innocenzi): tag
×
NEW
15
        );
×
16
    }
17
}
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