mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-16 03:54:55 +02:00
Add an example with double quotes
This commit is contained in:
parent
6ba782610d
commit
b665a4881c
1 changed files with 4 additions and 0 deletions
|
|
@ -3,3 +3,7 @@
|
||||||
test('example', function () {
|
test('example', function () {
|
||||||
expect(true)->toBeTrue();
|
expect(true)->toBeTrue();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
test("double quote example", function() {
|
||||||
|
expect(true)->toBeTrue();
|
||||||
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue