From 4f2108e95a512426f39330b4bafb3a6c90aa21ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Mon, 25 Jun 2018 23:37:46 +0200 Subject: [PATCH] Simplify test bootstrap by using dev autoloader This is already being done in other repos of the organisation, let's make it more consistent then =) --- composer.json | 5 +++++ tests/bootstrap.php | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 24974ece..c8ff91ec 100644 --- a/composer.json +++ b/composer.json @@ -17,5 +17,10 @@ "psr-4": { "React\\EventLoop\\": "src" } + }, + "autoload-dev": { + "psr-4": { + "React\\Tests\\EventLoop\\": "tests" + } } } diff --git a/tests/bootstrap.php b/tests/bootstrap.php index ea7dd4cc..aeb44352 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,11 +1,5 @@ addPsr4('React\\Tests\\EventLoop\\', __DIR__); - if (!defined('SIGUSR1')) { define('SIGUSR1', 1); } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy