No longer define the global NDX_* constants and removed bootstrapper file.
This commit is contained in:
parent
1fa778b338
commit
81d0baedce
4 changed files with 1 additions and 16 deletions
|
@ -27,9 +27,6 @@
|
|||
"autoload": {
|
||||
"psr-4": {
|
||||
"Index\\": "src"
|
||||
},
|
||||
"files": [
|
||||
"index.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
<?php
|
||||
// index.php
|
||||
// Created: 2021-04-26
|
||||
// Updated: 2023-07-21
|
||||
|
||||
namespace Index;
|
||||
|
||||
define('NDX_ROOT', __DIR__);
|
||||
define('NDX_DIR_SRC', NDX_ROOT . DIRECTORY_SEPARATOR . 'src');
|
|
@ -2,5 +2,3 @@ parameters:
|
|||
level: 5 # Raise this eventually
|
||||
paths:
|
||||
- src
|
||||
bootstrapFiles:
|
||||
- index.php
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd"
|
||||
bootstrap="index.php"
|
||||
colors="true"
|
||||
executionOrder="depends,defects"
|
||||
beStrictAboutOutputDuringTests="true"
|
||||
|
|
Loading…
Reference in a new issue