2017 © Pedro Peláez
 

project test-integration

Joomla CMS Integration Tests

image

joomla/test-integration

Joomla CMS Integration Tests

  • Saturday, April 14, 2018
  • by rdeutz
  • Repository
  • 11 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

NOTE - This repository has been archived for now., (*1)

test-integration

Integration testing package for Joomla, (*2)

This repository collects and provides the automated tests, that need an installed Joomla CMS to run. In short, these tests rely on services like the database being available to integrate with., (*3)

Folder Structure

  • core - Registered to Joomla's autoloader by the unit testing bootstrap file, contains all classes named Test* and primarily contains TestCase classes extending the PHPUnit Framework and classes to generate mock objects for several classes.
  • schema - This folder contains all SQL schema for setting up the environment for tests using TestCaseDatabase. The ddl.sql file is used by TestCaseDatabase to create a SQLite in-memory database which is destroyed at the end of the test cycle. The other SQL files are specific to each database vendor and require you to manually create the databases.
  • stubs - Contains miscellaneous test data used throughout the suite.
    • database - CSV files loaded by various tests to populate the database with test data
    • discover* - Stubs used with JLoaderTest
  • suites - The actual test classes
  • tmp - A temporary directory used for filesystem operations in the test suite
  • bootstrap.php - The testing bootstrap called when PHPUnit is run

The Versions

14/04 2018

dev-4.0-dev

dev-4.0-dev https://github.com/joomla/test-integration

Joomla CMS Integration Tests

  Sources   Download

GPL-2.0+

The Requires

 

cms tests joomla integration-tests

13/04 2018

dev-drop-database-tests

dev-drop-database-tests https://github.com/joomla/test-integration

Joomla CMS Integration Tests

  Sources   Download

GPL-2.0+

The Requires

 

cms tests joomla integration-tests

30/03 2018

dev-master

9999999-dev https://github.com/joomla/test-integration

Joomla CMS Integration Tests

  Sources   Download

GPL-2.0+

The Requires

 

cms tests joomla integration-tests