Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18494
| From | alex <1j9448a02@lnx159sneakemail.com.invalid> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | phpunit: teardown file |
| Date | 2021-01-08 10:44 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <rt99hh$1sg1$1@gioia.aioe.org> (permalink) |
$ cat phpunit.xml.dist
<phpunit bootstrap="tests/bootstrap.php">
...
</phpunit>
But in addition to the bootstrap file (tests/bootstrap.php), it would
also be possible to specify a teardown file (for example
tests/tear-down.php) to run at the end of the tests?
Back to comp.lang.php | Previous | Next — Next in thread | Find similar
phpunit: teardown file alex <1j9448a02@lnx159sneakemail.com.invalid> - 2021-01-08 10:44 +0100 Re: phpunit: teardown file Mi Na <ya12983@mail.com> - 2021-07-24 01:02 -0700
csiph-web