umple / umple

Umple: Model-Oriented Programming - embed models in code and vice versa and generate complete systems
https://www.umple.org
MIT License
258 stars 196 forks source link

Php generation generating ruby code in some cases #595

Open Nava2 opened 9 years ago

Nava2 commented 9 years ago

Originally reported on Google Code with ID 697


What steps will reproduce the problem?

  1. Generate PHP code from the following umple code (This is an example from the umple manual).

// This example generates the warning because one participating class is missing from the key class Passenger {}

class Flight {}

associationClass Booking { Integer number;


Reported by @CraigBryan on 2015-04-05 14:42:34

Nava2 commented 9 years ago

There are 5 Umple examples that show this bug. To allow testing to continue, these files have been flagged with @@@skipphpcompile.

When this bug is fixed, this flag should be removed to allow testing to use these models as tests.

The files with the @@@skipphpcompile flags are the following: W1011InvalidAssociationClassKey1.ump W1011InvalidAssociationClassKey2.ump AssociationClassDefinition1.ump AssociationClassDefinition3.ump AccessControl.ump


Reported by @CraigBryan on 2015-04-05 14:51:47