Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

tests folder is too big and redundant. #9

Open
@indrakaw

Description

@indrakaw

tests folder contains whole Codeigniter framework and is included in Composer's vendor dist folder.

$ du -h vendor/craftsman/cli/ --max-depth=1 
152K	vendor/craftsman/cli/src
92K	vendor/craftsman/cli/utils
2.7M	vendor/craftsman/cli/tests
3.0M	vendor/craftsman/cli/

$ du -h vendor/craftsman/cli/tests --max-depth=1
8.0K	vendor/craftsman/cli/tests/unit
2.7M	vendor/craftsman/cli/tests/Codeigniter
2.7M	vendor/craftsman/cli/tests

Isn't it would be good if the framework is excluded. As a trade, the framework itself can be installed as require-dev or programmatically on .travis.yml, as seen on:
https://github.com/kenjis/codeigniter-cli/blob/6edb9ec82eaf6fbffe55e2780fccac7cc1e6be74/.travis.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions