Commit ddb5723
nejc
feat: Add comprehensive test suite with 97 test cases
- Add Pest PHP testing framework with Laravel integration
- Create unit tests for all core components (GitService, VersionControl, etc.)
- Add feature tests for all command variations and options
- Include configuration validation tests
- Add exception handling tests
- Set up PHPStan, Rector, and Pint for code quality
- Add proper test infrastructure with TestCase and mocking
- Cover all command scenarios: setup, check, sync, upgrade, pr
- Test all presets: Vue, React, Livewire, Custom
- Validate all configuration options and edge cases
Tests: 97 total (13 passing, 84 with config issues to fix)
Coverage: All major components and integration points1 parent fcb16f0 commit ddb5723
File tree
1,851 files changed
+35328
-23184
lines changed- src
- Config
- Console/Commands
- Contracts
- Exceptions
- Services
- Support
- Traits
- tests
- Feature
- Unit
- vendor
- composer
- laravel/framework
- config-stubs
- config
- src/Illuminate
- Auth
- Access
- Events
- Events
- Middleware
- Notifications
- Passwords
- Broadcasting
- Broadcasters
- Bus
- Events
- Cache
- Console
- Events
- RateLimiting
- Collections
- Traits
- Concurrency
- Console
- Conditionable
- Config
- Console
- Concerns
- Events
- Scheduling
- View/Components
- Container
- Attributes
- Contracts
- Auth/Access
- Bus
- Container
- Database
- Eloquent
- Filesystem
- Notifications
- Pagination
- Pipeline
- Queue
- Redis
- Routing
- Session
- Cookie
- Middleware
- Database
- Capsule
- Concerns
- Connectors
- Console
- Factories
- Migrations
- Seeds
- Eloquent
- Attributes
- Casts
- Concerns
- Factories
- Relations
- Concerns
- Events
- Migrations
- Query
- Grammars
- Processors
- Schema
- Grammars
- Encryption
- Events
- Filesystem
- Foundation
- Auth/Access
- Bootstrap
- Bus
- Configuration
- Console
- stubs
- Events
- Exceptions
- Renderer
- Mappers
- Http
- Events
- Middleware
- Providers
- Support/Providers
- Testing
- Concerns
- resources/exceptions/renderer
- components
- icons
- dist
- Hashing
- Http
- Client
- Events
- Concerns
- Exceptions
- Middleware
- Resources
- Json
- Testing
- Log
- Context
- Events
- Macroable
- Mail
- Events
- Mailables
- Transport
- Notifications
- Channels
- Events
- Messages
- Pagination
- resources/views
- Pipeline
- Process
- Exceptions
- Queue
- Capsule
- Connectors
- Console
- Events
- Failed
- Jobs
- Middleware
- Redis
- Connections
- Connectors
- Events
- Limiters
- Routing
- Console
- Controllers
- Events
- Exceptions
- Middleware
- Session
- Middleware
- Support
- Defer
- Facades
- Process
- Testing/Fakes
- Traits
- Testing
- Concerns
- Constraints
- Fluent
- Concerns
- Translation
- lang/en
- Validation
- Concerns
- Rules
- View
- Compilers
- Concerns
- Concerns
- Engines
- Middleware
- nunomaduro/collision
- src
- Adapters
- Laravel/Commands
- Phpunit
- orchestra
- canvas-core
- src
- Concerns
- Presets
- canvas
- src
- Console/stubs
- testbench-core
- laravel
- config
- resources/views
- src
- Concerns
- Console
- Contracts
- Foundation
- Process
- testbench
- workbench
- public/build
- assets
- src
- Actions
- Console
- phpunit
- php-code-coverage
- src
- Data
- Driver
- Node
- Report
- Html
- Renderer
- Template
- css
- js
- Xml
- StaticAnalysis
- TestSize
- TestStatus
- php-file-iterator
- src
- php-invoker
- .psalm
- src
- exceptions
- php-text-template
- src
- php-timer
- src
- phpunit
- src
- Event
- Dispatcher
- Emitter
- Events
- Application
- TestRunner
- TestSuite
- Test
- Assertion
- HookMethod
- Issue
- Lifecycle
- Outcome
- TestDouble
- Exception
- Value
- Runtime
- Telemetry
- TestSuite
- Test
- TestData
- Framework
- Assert
- Attributes
- Constraint
- Cardinality
- Equality
- Exception
- Object
- Operator
- String
- Traversable
- Type
- Exception
- MockObject
- Exception
- Generator
- Exception
- templates
- Runtime
- Api
- Builder
- Interface
- Rule
- Stub
- TestSize
- TestStatus
- Logging
- JUnit
- Subscriber
- TeamCity
- Subscriber
- TestDox
- TestResult
- Subscriber
- Metadata
- Api
- Exception
- Parser
- Annotation
- Version
- Runner
- Baseline
- Subscriber
- Extension
- Filter
- GarbageCollection/Subscriber
- ResultCache
- Subscriber
- TestResult
- Subscriber
- TextUI
- Command
- Commands
- Configuration
- Cli
- Exception
- Value
- Xml
- CodeCoverage
- Report
- Logging
- TestDox
- Migration
- Migrations
- SchemaDetector
- Validator
- Output
- Default
- ProgressPrinter
- Subscriber
- Printer
- TestDox
- Util
- PHP
- Template
- Xml
- sebastian
- cli-parser
- src
- code-unit-reverse-lookup
- .psalm
- src
- code-unit
- src
- comparator
- src
- complexity
- src
- Complexity
- Visitor
- diff
- src
- Exception
- Output
- environment
- src
- exporter
- src
- global-state
- src
- lines-of-code
- src
- object-enumerator
- src
- object-reflector
- src
- recursion-context
- src
- type
- src
- exception
- type
- version
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,851 files changed
+35328
-23184
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments