Skip to content

see0/wp-plugin-unittest-dependency-patten

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

wp-plugin-unittest-dependency-patten

Advanced Custom Fieldsに依存する機能をもつWordPressプラグインを作る際のユニットテストのパターンです。

<?php
return array(
	'advanced-custom-fields' => array(
		'include' => 'advanced-custom-fields/acf.php',
		'repo' => 'https://downloads.wordpress.org/plugin/advanced-custom-fields.zip',
	)
);

依存関係のあるプラグインを配列で指定することで、自動でインストールの上でテストを実行します。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.3%
  • Shell 47.7%