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

tempestphp / tempest-framework / 11319238494

13 Oct 2024 12:13PM UTC coverage: 82.008% (-0.09%) from 82.1%
11319238494

push

github

web-flow
fix: view argument casing (#585)

4 of 4 new or added lines in 1 file covered. (100.0%)

30 existing lines in 5 files now uncovered.

6764 of 8248 relevant lines covered (82.01%)

39.93 hits per line

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

0.0
/src/Tempest/Core/src/HandlesDiscoveryCache.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace Tempest\Core;
6

7
/** @phpstan-require-implements \Tempest\Core\Discovery */
8
trait HandlesDiscoveryCache
9
{
UNCOV
10
    public function getCachePath(): string
×
11
    {
UNCOV
12
        $parts = explode('\\', static::class);
×
13

UNCOV
14
        $name = array_pop($parts) . '.cache.php';
×
15

UNCOV
16
        return __DIR__ . '/../../../../.cache/tempest/' . $name;
×
17
    }
18
}
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