Skip to content

Commit b558156

Browse files
authored
fix: plugin tests adds another dependency now (#149)
* fix: plugin tests adds another dependency now * Add scan output as svg in README
1 parent 657b675 commit b558156

3 files changed

Lines changed: 3 additions & 35 deletions

File tree

README.md

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -41,41 +41,7 @@ Next run this command to scan your instance
4141
bin/console.php ether:scan http://localhost:9001
4242
```
4343

44-
```console
45-
Starting scan of api...
46-
=======================
47-
48-
[INFO] No revision in server header
49-
50-
[INFO] api version: 1.3.0
51-
52-
Starting scan of a pad...
53-
=========================
54-
55-
[INFO] Package version: 1.9.7
56-
57-
[OK] Pads are publicly accessible
58-
59-
[OK] Server is healthy
60-
61-
[INFO] Version is 1.9.7
62-
63-
[INFO] Server running since: 2024-03-08T21:38:56+00:00
64-
65-
Starting scan of admin area...
66-
==============================
67-
68-
[OK] Admin area is not accessible with admin / admin
69-
70-
[OK] Admin area is not accessible with admin / changeme1
71-
72-
[OK] Admin area is not accessible with user / changeme1
73-
74-
Starting scan of plugins...
75-
===========================
76-
77-
[INFO] No plugins found
78-
```
44+
![Scan Output](docs/scan-output.svg)
7945

8046
### Composer
8147

docs/scan-output.svg

Lines changed: 1 addition & 0 deletions
Loading

tests/e2e/fixture/master_with_plugins.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Plugins:
1515
* ep_font_size
1616
* ep_headings2
1717
* ep_markdown
18+
* ep_plugin_helpers
1819
* ep_spellcheck
1920
* ep_table_of_contents
2021

0 commit comments

Comments
 (0)