Maurits van der Schee 5 years ago
parent
commit
380b33f13e
3 changed files with 0 additions and 7 deletions
  1. 0
    3
      build.php
  2. 0
    4
      test.php
  3. 0
    0
      update.php

+ 0
- 3
build.php View File

@@ -1,7 +1,4 @@
1 1
 <?php
2
-if (!file_exists('vendor')) {
3
-    include 'install.php';
4
-}
5 2
 
6 3
 function removeIgnored(string $dir, array &$entries, array $ignore)
7 4
 {

+ 0
- 4
test.php View File

@@ -5,10 +5,6 @@ use Tqdev\PhpCrudApi\Database\GenericDB;
5 5
 use Tqdev\PhpCrudApi\RequestFactory;
6 6
 use Tqdev\PhpCrudApi\ResponseUtils;
7 7
 
8
-if (!file_exists('vendor')) {
9
-    include 'install.php';
10
-}
11
-
12 8
 require 'vendor/autoload.php';
13 9
 
14 10
 function runDir(Config $config, string $dir, array $matches, string $category): array

install.php → update.php View File


Loading…
Cancel
Save