-
### What steps will reproduce the problem?
example model
```
class SomeClass extends \yii\db\ActiveRecord implements \JsonSerializable {
...
function jsonSerialize()
{
…
-
## User story
As a dev I want to deploy the project locally in Ubuntu and be able to follow the FUW flow without encountering errors, as described here: https://github.com/gigascience/gigadb-websit…
-
#### What are you trying to achieve?
i am trying to functional test a symfony application where the routes only listen to specific domains, lets say `example.com`. i simply want to run `$I->amOnPage(…
c33s updated
6 months ago
-
### What happened?
### Description
Whilst running `php craft up` on a minimal Craft 4.x db/install, the migration `m230511_215903_content_refactor` fails:
```
plugindev-queue_v5-1 | *** …
-
Here are my Dockerfile lines:
```
# Install php-extension-installer
RUN curl -o /usr/local/bin/install-php-extensions https://raw.githubusercontent.com/mlocati/docker-php-extension-installer/mast…
-
I got an internal server error with a fresh install on a staging server.
I updated CraftCMS to 3.4.0.2 and Redactor to 3.5.0. Tested locally everything works fine.
On the staging server I get foll…
-
It seems that `UrlManager::createUrl()` is not properly adding in `index-test.php`.
For example, I can visit this page properly:
```
http://localhost/yii2-app-basic/web/index-test.php/site/about
``…
amnah updated
8 months ago
-
[北京市五险一金及税后工资计算器](http://salarycalculator.sinaapp.com/)
[能定时提醒的公众号](https://github.com/polyrabbit/WeCron)
[数据模拟神器](https://github.com/easy-mock/easy-mock)
[设计模式](https://github.com/questionlin/desi…
-
#### What are you trying to achieve?
Get code coverage and success after tests
#### What do you get instead?
I get Ok by tests, but don't see statistics coverage, empty artifacts, don't see e…
-
I could make it work with Bearer inside the Authorization header, but how to change the header?