Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Sep 6, 2019
1 parent f6c407a commit c2e8690
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
33 changes: 0 additions & 33 deletions tests/JoinTableTest.php

This file was deleted.

2 changes: 1 addition & 1 deletion tests/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
require_once $rootDir.'src'.$DS.'MySQLLink.php';
require_once $rootDir.'src'.$DS.'MySQLQuery.php';
require_once $rootDir.'src'.$DS.'MySQLTable.php';
require_once $rootDir.'src'.$DS.'JoinTable.php';
//require_once $rootDir.'src'.$DS.'JoinTable.php';
require_once $rootDir.'tests'.$DS.'QueryTestObj.php';
require_once $rootDir.'tests'.$DS.'UsersQuery.php';
require_once $rootDir.'tests'.$DS.'ArticleQuery.php';

0 comments on commit c2e8690

Please sign in to comment.