Skip to content
#

fixtures

Here are 203 public repositories matching this topic...

dkarlovi
dkarlovi commented Jan 11, 2018

This was quite the challenge to debug so I'm just putting it here, at least for Google to find. It's very simple and perfectly uinderstandable if you know about it.

TLDR If you're persisting fixtures for use in tests, note that some Doctrine's lifecycle events such as postLoad will not fire if you're testing loading those items (or have custom handlers).

Reason is simple: you're fetchi

violinner
violinner commented Feb 5, 2020

The nu HTML validator has a respectable embedded HTML validation library.

This can be made into an inline Browser Test command:

|validate page source |

or

|validate page source | ignoring_errors_map | 

Or it could be made into a completely different Fixture that 'knows' where savePageSource() saves its files, or even can decompose the link returned by savePageSource() to han

CraryPrimitiveMan
CraryPrimitiveMan commented Sep 28, 2015

If I want to insert faker data to database, what should I do?
I add the following code in my application configuration (console.php):

'controllerMap' => [
    'fixture' => [
        'class' => '@tests\faker\FixtureController',
    ],
],

And I rewrite the actionGenerate in @tests\faker\FixtureController. Is it right?

lazylester
lazylester commented Jul 21, 2017

I'm testing the js on a page generated by a rails controller.

MagicLamp loads the page (it seems, correct me if I'm wrong) into a wrapper page of its own. This seems reasonable.

However by using this technique, the stylesheets from my page are loaded after the browser declares "document ready". Whereas in normal operation, stylesheets are loaded before document ready if there is javascript

open-fixture-library
Raz-ma-Taz
Raz-ma-Taz commented Nov 28, 2019

"MaizeDMX is a simple and easy to use DMX lighting control software. As beginner lighting operator or designer, you will find it’s perfect for your stage and event."

Improve this page

Add a description, image, and links to the fixtures topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fixtures topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.