Opened 8 years ago
Closed 8 years ago
#16938 closed Task (fixed)
Extract common PFW tests loop
Reported by: | Marek Lewandowski | Owned by: | kkrzton |
---|---|---|---|
Priority: | Nice to have (we want to work on it) | Milestone: | CKEditor 4.7.0 |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description (last modified by )
We have an ugly loop in each PFW test suite.
We need to extract this into a reusable code (simply a hleper will do), so that tests are more clean.
Change History (7)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 8 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 8 years ago by
Owner: | set to kkrzton |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 8 years ago by
Status: | assigned → review |
---|
comment:5 Changed 8 years ago by
Status: | review → review_failed |
---|
comment:6 Changed 8 years ago by
Status: | review_failed → review |
---|
comment:7 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Fixed with git:c896eaa.
Created a PR https://github.com/ckeditor/ckeditor-dev/pull/333.