Skip to content
Snippets Groups Projects
Commit 2c016576 authored by Robin Gustafsson's avatar Robin Gustafsson
Browse files

Add superficial tests to load the library code

The real test suite cannot run in Debian due to missing dependencies,
but we can at least check that the code loads.
parent 681c140a
Branches
Tags
No related merge requests found
debian/autoloaders/php-laravel-framework usr/share/pkg-php-tools/autoloaders
src/Illuminate/Foundation usr/share/php/Illuminate
src/Illuminate/autoload.php usr/share/php/Illuminate
debian/autoloaders/php-laravel-framework usr/share/pkg-php-tools/autoloaders
Test-Command: php -r 'require_once "Illuminate/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-laravel-framework
Depends:
php-cli,
php-laravel-framework,
Test-Command: php -r 'require_once "Illuminate/Auth/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-auth
Depends:
php-cli,
php-illuminate-auth,
Test-Command: php -r 'require_once "Illuminate/Broadcasting/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-broadcasting
Depends:
php-cli,
php-illuminate-broadcasting,
Test-Command: php -r 'require_once "Illuminate/Bus/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-bus
Depends:
php-cli,
php-illuminate-bus,
Test-Command: php -r 'require_once "Illuminate/Cache/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-cache
Depends:
php-cli,
php-illuminate-cache,
Test-Command: php -r 'require_once "Illuminate/Collections/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-collections
Depends:
php-cli,
php-illuminate-collections,
Test-Command: php -r 'require_once "Illuminate/Config/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-config
Depends:
php-cli,
php-illuminate-config,
Test-Command: php -r 'require_once "Illuminate/Console/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-console
Depends:
php-cli,
php-illuminate-console,
Test-Command: php -r 'require_once "Illuminate/Container/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-container
Depends:
php-cli,
php-illuminate-container,
Test-Command: php -r 'require_once "Illuminate/Contracts/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-contracts
Depends:
php-cli,
php-illuminate-contracts,
Test-Command: php -r 'require_once "Illuminate/Cookie/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-cookie
Depends:
php-cli,
php-illuminate-cookie,
Test-Command: php -r 'require_once "Illuminate/Database/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-database
Depends:
php-cli,
php-illuminate-database,
Test-Command: php -r 'require_once "Illuminate/Encryption/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-encryption
Depends:
php-cli,
php-illuminate-encryption,
Test-Command: php -r 'require_once "Illuminate/Events/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-events
Depends:
php-cli,
php-illuminate-events,
Test-Command: php -r 'require_once "Illuminate/Filesystem/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-filesystem
Depends:
php-cli,
php-illuminate-filesystem,
Test-Command: php -r 'require_once "Illuminate/Hashing/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-hashing
Depends:
php-cli,
php-illuminate-hashing,
Test-Command: php -r 'require_once "Illuminate/Http/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-http
Depends:
php-cli,
php-illuminate-http,
Test-Command: php -r 'require_once "Illuminate/Log/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-log
Depends:
php-cli,
php-illuminate-log,
Test-Command: php -r 'require_once "Illuminate/Macroable/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-macroable
Depends:
php-cli,
php-illuminate-macroable,
Test-Command: php -r 'require_once "Illuminate/Mail/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-mail
Depends:
php-cli,
php-illuminate-mail,
Test-Command: php -r 'require_once "Illuminate/Notifications/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-notifications
Depends:
php-cli,
php-illuminate-notifications,
Test-Command: php -r 'require_once "Illuminate/Pagination/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-pagination
Depends:
php-cli,
php-illuminate-pagination,
Test-Command: php -r 'require_once "Illuminate/Pipeline/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-pipeline
Depends:
php-cli,
php-illuminate-pipeline,
Test-Command: php -r 'require_once "Illuminate/Queue/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-queue
Depends:
php-cli,
php-illuminate-queue,
Test-Command: php -r 'require_once "Illuminate/Redis/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-redis
Depends:
php-cli,
php-illuminate-redis,
Test-Command: php -r 'require_once "Illuminate/Routing/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-routing
Depends:
php-cli,
php-illuminate-routing,
Test-Command: php -r 'require_once "Illuminate/Session/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-session
Depends:
php-cli,
php-illuminate-session,
Test-Command: php -r 'require_once "Illuminate/Support/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-support
Depends:
php-cli,
php-illuminate-support,
Test-Command: php -r 'require_once "Illuminate/Testing/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-testing
Depends:
php-cli,
php-illuminate-testing,
Test-Command: php -r 'require_once "Illuminate/Translation/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-translation
Depends:
php-cli,
php-illuminate-translation,
Test-Command: php -r 'require_once "Illuminate/Validation/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-validation
Depends:
php-cli,
php-illuminate-validation,
Test-Command: php -r 'require_once "Illuminate/View/autoload.php";'
Restrictions: superficial
Features: test-name=load_php-illuminate-view
Depends:
php-cli,
php-illuminate-view,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment