mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 03:50:08 +02:00
🏗️ WIP: Various fixes and improvements
- Fixed `brewPhpAlias` (must be configurable later) - Added TODOs for where the filesystem abstraction is required - Set `Homebrew.fake` early on when applying testable configuration - Evaluate `FakeValetSite` compatibility again - Never display sponsor alert when running tests - Upgrade TestableConfiguration.working to use PHP 8.2
This commit is contained in:
@ -1320,7 +1320,6 @@
|
||||
C471E6D928F9AFC20021E251 /* Testables */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C471E6DB28F9AFD10021E251 /* Command */,
|
||||
C471E6DA28F9AFCB0021E251 /* Filesystem */,
|
||||
C413E43328DA3E8F00AE33C7 /* Shell */,
|
||||
C4E2E84628FC1D8C003B070C /* TestableConfigurationTest.swift */,
|
||||
@ -1337,13 +1336,6 @@
|
||||
path = Filesystem;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C471E6DB28F9AFD10021E251 /* Command */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
);
|
||||
path = Command;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C471E79628F9B4260021E251 /* tests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
Reference in New Issue
Block a user