文件名称:WPUnit_Helpers:使用WPUnit的辅助函数,类和特征的集合
文件大小:44KB
文件格式:ZIP
更新时间:2024-04-01 14:14:06
PHP
WPUnit_Helpers 使用WPUnit的辅助函数,类和特征的集合。 版本 1.0.0 设置 $ composer require-dev gin0115/wpunit-helpers 元框检查器 检查元框是否已正确注册,检查所有值并呈现视图回调。 $ box = Meta_Box_Inspector :: initialise ()-> find ( 'my_meta_box_key' ); $ this -> assertInstanceOf ( Meta_Box_Entity ::class, $ box ); $ this -> assertEquals ( 'My Title' , $ box -> title ); 菜单页面检查器 允许检查添加的页面和子页面。 可以进行搜索以确保按预期添加页面并可以呈现页面内容,以进行集成样式测试。 允许测试父页面和子页面。 $ p
【文件预览】:
WPUnit_Helpers-main
----clover.xml(23KB)
----.github()
--------workflows()
----src()
--------Utils.php(2KB)
--------Output.php(792B)
--------WP()
--------Objects.php(3KB)
----phpunit.xml.dist(793B)
----phpstan.neon.dist(487B)
----README.md(3KB)
----docs()
--------Utils.md(3KB)
--------Objects.md(3KB)
--------Meta_Box_Inspector.md(8KB)
--------Menu_Page_Inspector.md(8KB)
--------WP_Dependencies.md(2KB)
----tests()
--------Utils()
--------wp-config.php(3KB)
--------WP()
--------Fixtures()
--------bootstrap.php(955B)
----.gitignore(71B)
----phpcs.xml(1KB)
----composer.json(2KB)