-
I'm trying to write integration tests using phpUnit.
Running the following code
``` php
class DefaultControllerTest extends WebTestCase
{
public function testFilter()
{
$client = stat…
-
I would like to point out that the new operation hooks implementation is completely useless for several reasons.
1. The "after delete" hook is useless without passing the deleted document. I would lik…
-
If I populate Actor with `Actor` and `Person` attributes, how can I store (INSERT, UPDATE) it into db tables `actor` and `person` with the same structure?
``` Go
type Actor struct{
Id int…
-
I just updated my version on sonata-admin and getting the error above.
-
Jira issue originally created by user ablock:
I have a classes B and C which inherit from superclass A. I would like
to get a list of all A's but filter the list to ignore those in C
which have a pro…
-
![image](https://cloud.githubusercontent.com/assets/10483023/17314364/5db06a2e-5896-11e6-8af2-ec7c1ba1b92a.png)
可以查看本人生成的[awesome-stars](https://github.com/dp9u0/awesome-stars)
dp9u0 updated
8 years ago
-
I am trying to add collection of input texts with add/delete buttons on admin block.
The problem is when I hit add button I get new 3 or 4 or even 5 new input fields instead of one!
The js function …
-
there is an issue to install packages with entry points, not sure if it's a 3.6.0b1 bug or a feature. python3.6 may look for a registery entry, and react badly when not finding one.
to read: sys.path…
-
my composer libs
```
alexandresalome/doctrine-extra-bundle v0.1.0 Extra features for Doctrine, as a Symfony bundle
alom/graphviz v1.0.1 Graphviz …
-
I wrote a very simple example, only two class `AppBundle\Bar` and `AppBundle\Foo`
``` php