Skip to content
Snippets Groups Projects
Select Git revision
  • 3ca451b198e9651ec00dc12fad8435fa127dfd72
  • master default
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.1
  • v2014.0
  • v2013.0
10 results

NameAnalysis.jrag

Blame
  • Forked from Anders Blomdell / LabComm
    Source project has a limited visibility.
    codeception.yml 373 B
    actor: Tester
    paths:
        tests: tests
        log: tests/_output
        data: tests/_data
        support: tests/_support
        envs: tests/_envs
        bootstrap: _bootstrap.php
    settings:
        colors: true
        memory_limit: 1024M
    extensions:
        enabled:
            - Codeception\Extension\RunFailed
    coverage:
        enabled: true
        include:
            - app/*
        exclude:
            - app/cache/*