npm.io
0.1.5 • Published 7 years ago

@comet-cli/factory-tests-laravel

Licence
MIT
Version
0.1.5
Deps
2
Size
18 kB
Vulns
0
Weekly
0

@comet-cli/factory-tests-laravel

This package contains the implementation of a Laravel tests factory. It can generate test cases for the Laravel PHP framework based on previously decorated test case definitions.

Usage

import LaravelTestsFactory from '@comet-cli/factory-tests-laravel';

async function main() {
  const model = {}; // Your API specification meta-model
  const factory = new LaravelTestsFactory();
  await factory.execute(model);
}

Keywords