Unit testing for my own plugin
-
Hi, I’m working on developing wordpress plugin.
It’s just a quick question about developing wp plugin.
I’m considering how should I include WP_UnitTestCase class in tests directory in my own project.
Could you give me some advice?current folder structure:
. └── sample (project-root) ├── sample (plugin-root) │ ├── includes │ │ └── functions.php │ ├── languages │ │ ├── sample-ja.mo │ │ ├── sample-ja.po │ │ └── sample.pot │ ├── public │ └── sample.php └── tests (put unit test files here)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unit testing for my own plugin’ is closed to new replies.