Skip to content

Reorganize File Structure #96

@bbatsche

Description

@bbatsche

Clean up the src directory a bit:

+- src/
   +- Verifier/
   |  +- Base.php
   |  +- File.php
   |  +- Value.php
   |  +- Object/
   |  |  +- Property.php
   |  |  +- Method/
   |  |     +- ReturnValue.php
   |  |     +- ThrownException.php
   |  +- Data # Not this, need a better name here
   |     +- ArrayContent.php
   |     +- JsonContent.php
   |     +- FileContent.php # Maybe?!
   +- Support
   |  +- TestExecution.php 
   |  +- ExecutionInterface.php # Same
   |  +- ConstraintFactory.php
   +- Exception
      +- ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    In progress

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions