Added diagrams
@@ -76,6 +76,7 @@ class InflectTest extends PHPUnit_Framework_TestCase {
|
||||
* @todo Implement testToMale().
|
||||
*/
|
||||
public function testToMale() {
|
||||
$this->assertEquals(Inflect::toMale('cada'), 'cada');
|
||||
$this->assertEquals(Inflect::toMale('aluna'), 'aluno');
|
||||
$this->assertEquals(Inflect::toMale('ré'), 'réu');
|
||||
$this->assertEquals(Inflect::toMale('gata'), 'gato');
|
||||
|
||||
|
Antes Largura: | Altura: | Tamanho: 98 KiB Depois Largura: | Altura: | Tamanho: 98 KiB |
|
Depois Largura: | Altura: | Tamanho: 133 KiB |
|
Depois Largura: | Altura: | Tamanho: 159 KiB |
|
Antes Largura: | Altura: | Tamanho: 11 KiB Depois Largura: | Altura: | Tamanho: 11 KiB |
|
Antes Largura: | Altura: | Tamanho: 12 KiB |
@@ -2,4 +2,5 @@ Diagrama de sequência
|
||||
http://www.websequencediagrams.com/
|
||||
Diagrama ER
|
||||
http://thewebmind.org/
|
||||
|
||||
MindMap
|
||||
http://www.mindmeister.com/
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
Diagrama de sequência
|
||||
http://www.websequencediagrams.com/
|
||||
Diagrama ER
|
||||
http://thewebmind.org/
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
-->
|
||||
<root>
|
||||
<validchars>
|
||||
<lower>abdefghijklmnopqrstuvxyzw</lower>
|
||||
<lower>abcdefghijklmnopqrstuvxyzw</lower>
|
||||
<upper>ABCDEFGHIJKLMNOPQRSTUVXYZW</upper>
|
||||
<special>áéíóúÁÉÍÓÚ"."ÀàÂâêÊîÎôÔûÛãÃõÕẽẼüÜçÇ</special>
|
||||
<numbers>1234567890</numbers>
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Document : quantifiers.xml
|
||||
Created on : November 7, 2010, 4:29 PM
|
||||
Author : felipe
|
||||
Description:
|
||||
This file describes the words that may be used as quantifiers
|
||||
|
||||
-->
|
||||
<root>
|
||||
<many-to-many>
|
||||
|
||||
</many-to-many>
|
||||
<many-to-one>
|
||||
|
||||
</many-to-one>
|
||||
<one-to-many>
|
||||
|
||||
</one-to-many>
|
||||
<one-to-one>
|
||||
|
||||
</one-to-one>
|
||||
</root>
|
||||
@@ -24,4 +24,4 @@ database_addr=localhost
|
||||
database_port=5432
|
||||
; and here, the user and password
|
||||
database_user=root
|
||||
dataase_pwd=root
|
||||
dataase_pwd=root
|
||||
@@ -1 +1,2 @@
|
||||
os
|
||||
bem, sabemos que todo professor pode ter muitos alunos & que cada aluno pode ter vários professores.
|
||||
Tamabém, que cada professora tem um chefe.
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
/**
|
||||
* This is a model, created to ilustrate how and where
|
||||
* you can write your code
|
||||
* You may have as many files as you want, altough, the
|
||||
* main.mnd is required
|
||||
*/
|
||||
bem, sabemos que todo professor pode ter muitos alunos e que cada aluno pode ter vários professores.
|
||||
Tamabém, que cada professora tem um chefe.
|
||||
|
||||