Skip to content

DDouGGS/test_command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

command_line_testing

Biblioteca para testes via linha de comandos

LINHA DE COMANDO

PARA O FRAMEWORK SPIFFY

  • COPIAR O ARQUIVO PARA A PASTA SCRIPTS

  • ADICIONAR AO INI.INC.PHP

    // clt require(realpath(DIR . '/clt.php')); clt::setConnection($connection);

  • EXEMPLO DE USO PARA SCRIPTS

    \clt::shell(array('test'));

PARA O LARAVEL

  • CRIAR PASTA LIBRARIES
  • COPIAR O ARQUIVO PARA A PASTA LIBRARIES
  • INCLUIR NAMESPACE NO ARQUIVO namespace App\Libraries;

About

Biblioteca para testes via linha de comandos

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages