29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-29 00:23:41 +00:00

Remove testing data from distribution (#10364)

* get the testing sample data out of stable version

* Remove the testing sample data from all packages
This commit is contained in:
zero-24 2016-07-23 10:35:26 +02:00 committed by RolandD
parent a32d7a246d
commit 12d39cc095

View File

@ -118,6 +118,10 @@ $doNotPackage = array(
'phpunit.xml.dist',
'tests',
'travisci-phpunit.xml',
// Remove the testing sample data from all packages
'installation/sql/mysql/sample_testing.sql',
'installation/sql/postgresql/sample_testing.sql',
'installation/sql/sqlazure/sample_testing.sql',
);
/*