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

tempestphp / tempest-framework / 14451895186

14 Apr 2025 05:28PM UTC coverage: 80.947% (-0.3%) from 81.217%
14451895186

Pull #1150

github

web-flow
Merge e055985d4 into 0c553d46c
Pull Request #1150: refactor(filesystem): move from package to functions

148 of 200 new or added lines in 10 files covered. (74.0%)

11569 of 14292 relevant lines covered (80.95%)

105.97 hits per line

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

0.0
/src/Tempest/Support/src/Filesystem/Exceptions/NotSymbolicLinkException.php
1
<?php
2

3
namespace Tempest\Support\Filesystem\Exceptions;
4

5
use Exception;
6

7
final class NotSymbolicLinkException extends Exception implements FilesystemException
8
{
NEW
9
    public static function for(string $path): static
×
10
    {
NEW
11
        return new self(sprintf('Path "%s" does not point to a symbolic link.', $path));
×
12
    }
13
}
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