This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) DoctrineNaPratica\Model\UserTest::testUser | |
| Error: Call to undefined method Doctrine\Common\Collections\ArrayCollection::unwrap() | |
| /home/marcos/Documents/Doctrine/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:784 | |
| /home/marcos/Documents/Doctrine/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:687 | |
| /home/marcos/Documents/Doctrine/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:404 | |
| /home/marcos/Documents/Doctrine/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:711 | |
| /home/marcos/Documents/Doctrine/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:297 | |
| /home/marcos/Documents/Doctrine/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:340 | |
| /home/marcos/Documents/Doctrine/tests/src/DoctrineNaPratica/Model/UserTest.php:23 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace DoctrineNaPratica\Model; | |
| ini_set('display_errors', '1'); | |
| ini_set('display_startup_errors', '1'); | |
| error_reporting(E_ALL); | |
| use Doctrine\Common\Collections\ArrayCollection; | |
| use Doctrine\Common\Collections\Collection; | |
| use Doctrine\ORM\Mapping as ORM; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| marcos@linux:~/Documents/Fractal/Projetos/siga-api$ ./git-siga.sh step-develop weather | |
| On branch develop | |
| Your branch is up to date with 'origin/develop'. | |
| nothing to commit, working tree clean | |
| Everything up-to-date | |
| Already on 'develop' | |
| Your branch is up to date with 'origin/develop'. | |
| Already up to date. | |
| Already up to date. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| marcos@linux:~/Documents/Fractal/Projetos/siga-api$ git commit -m "Modificando \App\Entity\Barragem.php" | |
| [weather c796d9be] Modificando \App\Entity\Barragem.php | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| marcos@linux:~/Documents/Fractal/Projetos/siga-api$ git push | |
| Enumerating objects: 9, done. | |
| Counting objects: 100% (9/9), done. | |
| Delta compression using up to 4 threads | |
| Compressing objects: 100% (5/5), done. | |
| Writing objects: 100% (5/5), 451 bytes | 451.00 KiB/s, done. | |
| Total 5 (delta 4), reused 0 (delta 0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| doctrine_migrations: | |
| migrations_paths: | |
| 'DoctrineMigrations': '%kernel.project_dir%/src/Migrations' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sdfgsdfgdfgdfg |
OlderNewer