for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace NOSQL\Test;
use PHPUnit\Framework\TestCase;
/**
* Class NOSQLTest
* @package NOSQL\Test
* @author Fran López <[email protected]>
* @version 1.0
* Autogenerated test [2019-01-03 15:23:58]
*/
class NOSQLTest extends TestCase {
public function testConnection() {
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
public function testGenerate() {
public function testInsert() {
public function testUpdate() {
public function testDelete() {
public function testBulkInsert() {
public function testForms() {